ClericPy / ichrome

Chrome controller for Humans, based on Chrome Devtools Protocol(CDP) and python3.7+.
https://pypi.org/project/ichrome/
MIT License
228 stars 29 forks source link

Fail auto login google #44

Closed snja closed 3 years ago

snja commented 3 years ago

auto login google fails if it is covered by other chrome? any solution?

ClericPy commented 3 years ago

I've no idea what you said, and login info(like Cookie, Cache) is saved on different user dir folders.

So use a stand-alone user_data_dir may give a hand?

bpkddr commented 3 years ago

we do the task of automatically filling in the email/password input

but when at the same time we are working on another chrome window (manually) and its cover the chrome window ( from ichrome ), the input task fails to execute

ClericPy commented 3 years ago

we do the task of automatically filling in the email/password input

but when at the same time we are working on another chrome window (manually) and its cover the chrome window ( from ichrome ), the input task fails to execute

If you want to avoid reusing Chrome process, try using a different port and user_data_dir, these two args will make them be connected to the same Chrome instance