italoseara / whatsappy

A whatsapp api made with selenium in Python
MIT License
43 stars 8 forks source link

Can't login, writes update google chrome #2

Closed Duckduckgot closed 3 years ago

Duckduckgot commented 3 years ago

On Windows 10 x64 after running the script, update the chrome browser. But I am using the latest version. Launched with visible = True and False, the result is the same. whatsappy

italoseara commented 3 years ago

it shouldn't happen when you put visible = True, are you using Linux?

Duckduckgot commented 3 years ago

No, Windows 10. Solved my problem, the problem was user agent --headless. Headless mode is bad, very bad because in this mode there is no access to the system clipboard.

italoseara commented 3 years ago

No, Windows 10. Solved my problem, the problem was user agent --headless. Headless mode is bad, very bad because in this mode there is no access to the system clipboard.

alright, mine works just fine, i'll commit a new version, you can download it and change it again

italoseara commented 3 years ago

i know it's been some time since my last update, i had no time to do it, but i just solved it