Skip to content
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

[question] port expected_conditions from Java to python and PR to selenium ? #294

Open
netzulo opened this issue Jan 18, 2020 · 0 comments
Labels
Awaiting-Triage Pending of be labeled from a Collaborator Question TODO

Comments

@netzulo
Copy link
Owner

netzulo commented Jan 18, 2020

Java:

  • search for CTRL+F with text public static ExpectedCondition<
  • have 54 to be used

Python: https://github.com/SeleniumHQ/selenium/blob/a03a556fe92959af318a7254d3d581b3b191039f/py/selenium/webdriver/support/expected_conditions.py

  • search for CTRL+F with text class
  • have 26 class conditions to be used

https://github.com/SeleniumHQ/selenium/pull/7114/files

@netzulo netzulo added the Awaiting-Triage Pending of be labeled from a Collaborator label Feb 9, 2020
@netzulo netzulo added the TODO label Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting-Triage Pending of be labeled from a Collaborator Question TODO
Projects
None yet
Development

No branches or pull requests

1 participant