Correct username input field in login

This commit is contained in:
Abderahim SAADI
2024-05-09 18:01:22 +01:00
parent cb07c91b62
commit 9fdba6cf24

View File

@@ -230,7 +230,7 @@ class Twitter_Scraper:
"xpath", "//input[@autocomplete='username']"
)
username.send_keys(self.mail)
username.send_keys(self.username)
username.send_keys(Keys.RETURN)
sleep(3)
break