Jey
Jey
Thank for your fast reply Miguel. I have connected chrome extention to socket.io to communicate between Python code and chrome extention in chrome who make a login on browser Just...
Sorry Miguel, I didn't see it. Now I read. So the best way to do what I want is starting an async server?
Thank you for your advice Miguel! There is no way to call it from there? Because I want to start first a chrome driver with the chrome extention loaded and...
Thank you for your response sebdelsol. I’m not using headless mode as I know it wouldn’t work as written in the readme. I also tried to delete selenium-wire for proxies...
Yes seb, I have tried without proxies too. The problem is that it doesn't work only on one pc after I tested like 10 times. On another pc with/without proxies...
@sebdelsol I have tried undetectable without selenium-wire and work. Now I have problems loading extention. This Is my code: ``` import os import zipfile import time import undetected_chromedriver.v2 as uc...
This worked fine! Now I'm having another big problem... I don't know from what is derived.... When I start a lot of chrome driver with threading, in the last chrome...
Worked fine with explicit waits! Now I think I have the last problem. If I use action chains, if I don't go over the chrome page with the mouse, the...