minhduc29/discord-automation

find_element_by_name is now depreciated

Opened this issue · 2 comments

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)

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.

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.