Wamy

Results 95 comments of Wamy

> @Wamy-Dev 我的错误与python版本有关吗:3.8 undetected_chromedriver: 3.0.3 > > import undetected_chromedriver as uc > > uc.patcher( > > executable_path=' http://127.0.0.1:4444/wd/hub ', > > force = False, > > ) > > uc。...

> Hi @mytokendemo , @auror44 , > > I'm doing some search and I've found this https://github.com/wkeeling/selenium-wire a Selenium-wire that is supported with a Remote driver. Could you please test...

> Hi @gonnsuarez , Have you checked the New Docker ChromeDriver that was posted by UltraFunkamsterdam? > > > > https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/634 > > > > > > I think it...

> > > Hi @gonnsuarez , Have you checked the New Docker ChromeDriver that was posted by UltraFunkamsterdam? > > > #634 > > > I think it can help...

For the new docker image a docker file would look like, ``` FROM ultrafunk/undetected-chromedriver COPY ./requirements.txt /tmp/ RUN pip install --requirement /tmp/requirements.txt COPY . ${PWD}/data ``` and the command to...

Please do not @ the dev. Here is the problem from what I know. Threading in python, and in other languages for that matter, is extremely finicky. A lot of...

based on my experience and what I know about threading, I don't think it is possible. I don't even think you can do it with normal selenium.

is this problem still being worked on? I cant seem to get it working on any browser. iOS 15.4.1, iPhone 12 Pro. Tried safari, chrome and brave. Just stays on...

Checked. Still stays on loading. Still not working.

For anyone on iOS, if you want an easy way to test, I have set up eruda on my production website. [Please try it here](https://rezi.one/play?type=n64&link=https://archive.org/download/nointro.n64/Mario%20Kart%2064%20%28Europe%29%20%28Rev%201%29.7z&bios=null&title=Mario%20Kart%2064%20(Europe)%20(Rev%201).7z&eruda=true). It will work on every...