Skip to content

Update methods that click visible elements #686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 8, 2020

Conversation

mdmintz
Copy link
Member

@mdmintz mdmintz commented Sep 8, 2020

Update methods that click visible elements

  • Add a custom timeout to methods that click visible elements:
self.click_visible_elements(selector, by=By.CSS_SELECTOR, limit=0, timeout=None)

self.click_nth_visible_element(selector, number, by=By.CSS_SELECTOR, timeout=None)
  • Also update the pip requirement: pip>=20.2.3

@mdmintz mdmintz merged commit edb593d into master Sep 8, 2020
@mdmintz mdmintz deleted the update-methods-that-click-visible-elements branch September 8, 2020 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant