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

find_element_by_name is now depreciated #2

Open
wes-kay opened this issue Aug 14, 2022 · 2 comments
Open

find_element_by_name is now depreciated #2

wes-kay opened this issue Aug 14, 2022 · 2 comments

Comments

@wes-kay
Copy link

wes-kay commented Aug 14, 2022

Swap out code to handle:

self.driver.find_element(By.NAME, 'email').send_keys(self.email)
self.driver.find_element(By.NAME, 'password').send_keys(self.password)

@wes-kay
Copy link
Author

wes-kay commented Aug 23, 2022

I automate processes on git for finding depreciated code. This was simply a issue opened to help others who don't know what they need to do.

@minhduc29
Copy link
Owner

I automate processes on git for finding depreciated code. This was simply a issue opened to help others who don't know what they need to do.

Great work! Thank you! I will try to fix it asap.

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

No branches or pull requests

2 participants