Created
June 11, 2020 03:53
-
-
Save seleniumgists/e5e3b7f350a496f8cee53275f839e10b to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| content = driver.find_element_by_css_selector('div._pac') | |
| for i in content: | |
| i.get_attribute('text') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment