Skip to content

Instantly share code, notes, and snippets.

@seleniumgists
Created June 11, 2020 03:53
Show Gist options
  • Select an option

  • Save seleniumgists/e5e3b7f350a496f8cee53275f839e10b to your computer and use it in GitHub Desktop.

Select an option

Save seleniumgists/e5e3b7f350a496f8cee53275f839e10b to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
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