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

driver.py:find() #196

Closed
darylkell opened this issue May 24, 2021 · 2 comments
Closed

driver.py:find() #196

darylkell opened this issue May 24, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@darylkell
Copy link

pyleniumio/driver.py:

line 363 is currently: elements = self.webdriver.find_element(by, css)
should be: elements = self.webdriver.find_elements(by, css)

@ElSnoMan
Copy link
Owner

Good catch! This will be fixed in the next release

@ElSnoMan ElSnoMan added the bug Something isn't working label May 24, 2021
@ElSnoMan
Copy link
Owner

@darylkell This is now fixed in v1.12.6

https://pypi.org/project/pyleniumio/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants