Correct username input field in login
This commit is contained in:
@@ -230,7 +230,7 @@ class Twitter_Scraper:
|
|||||||
"xpath", "//input[@autocomplete='username']"
|
"xpath", "//input[@autocomplete='username']"
|
||||||
)
|
)
|
||||||
|
|
||||||
username.send_keys(self.mail)
|
username.send_keys(self.username)
|
||||||
username.send_keys(Keys.RETURN)
|
username.send_keys(Keys.RETURN)
|
||||||
sleep(3)
|
sleep(3)
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user