We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
self.driver.find_element(By.NAME, 'email').send_keys(self.email)
self.driver.find_element(By.NAME, 'password').send_keys(self.password)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Great work! Thank you! I will try to fix it asap.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: