-
Full log of run that failed
```
Worker information
hostname: travis-worker-gce-org-prod5-9:4b5575e8-ffb8-44f3-8078-429df9872530
version: v2.5.0 https://github.com/travis-ci/worker/tree/da3a432…
-
Can not run more than one browser
```
import undetected_chromedriver as uc
import os
from concurrent import futures
def browser(thread):
uc.Chrome()
print(thread)
input()
de…
-
## System
* Version: , geckodriver-v0.19.1-64bit
* Platform: Win7 Enterprise, Also Win Server 2012R2
* Firefox: FF 59.0.2-64bit
* Selenium: Selenium-Java 3.10.0
## Testcase
Java test:
h…
-
Available dates:
2026-07-30, 2026-07-31, 2026-08-04, 2026-08-06, 2026-08-07, 2026-08-10, 2026-08-11, 2026-08-12, 2026-08-13, 2026-08-14, 2026-08-17, 2026-08-18, 2026-08-20, 2026-08-21, 2026-08-24, 20…
-
Hey Alex,
i installed your script on my Windows Machine. The first move works without problem, but then I will get this error Message:
` (main.py:573)←[0m
←[0m2024-07-17 11:37:52 ←[32m[INFO]…
-
Hi @deltarod I got selenium running (downgraded chromedriver worked) but some of the tests fail. Can you please have a look and tell me how to fix? I get the impression that there may be some timeout…
-
The bug was originally reported there: https://github.com/SeleniumHQ/docker-selenium/issues/2215
Basically when using the docker image for Firefox 123.0 I was able to properly intercept any confirmat…
surli updated
2 months ago
-
I get the following error when i run the main.py after setting up my config file:
**AttributeError: 'str' object has no attribute 'capabilities'**
`{
"email" : "mmhogsett@gmail.com",
"…
-
### What happened?
In the documentation, the first example for handling alerts in Python at the address: https://www.selenium.dev/documentation/webdriver/interactions/alerts/
is the following:
…
-
Hello guys im using undetectable chrome driver and it works perfectly except when im using it with with multipale theards it only interacts with 1 theard only which is the first one does anybody knows…