-
### What happened?
I cannot upload files in the docker standalone. Neither through manually selecting a file on noVNC or through selenium. When doing it manually I can select a file but then it jusā¦
-
### What happened?
Expected Behavior -
Firefox run withprovided profile
Actual Behavior -
Firefox is not running
### How can we reproduce the issue?
```python
from selenium import webdrā¦
-
### What happened?
When I run a very simple test locally against Chrome, Edge and Firefox, the test passes without any issue. However, if I run the same test against a Selenium Docker grid, the Firefā¦
ablok updated
3 months ago
-
## System
* Version: 0.34
* Platform: Linux
* Firefox: 123.0.1
* Selenium:
I run `geckodriver` in a separate Docker container and want to allow a certain header+port via the `--allow-hostsā¦
-
### What happened?
Hi,
we are facing some problems since recent versions of Firefox and Selenium for dealing with confirmation dialog that are displayed using beforeunload events. So, first of allā¦
surli updated
2 months ago
-
Besides the demo WMS service used in tests being down (#11675), there are multiple errors in `WmsServiceHarvestingTestCase`. First, exceptions are being silenced, so the test case passes although it dā¦
-
It would be great if there would be examples in the documentation how to set various web-driver capabilities, in particular:
* proxy with and without auth
* user agent
* allowed SSL protocols
* trā¦
-
When I try to run https://github.com/K3D-tools/K3D-jupyter/blob/main/examples/headless.ipynb via Jupyter notebook on a remote Ubuntu 20.04.4 LTS machine with Python 3.7.13 and k3d 2.14.1 installed, caā¦
-
## System
* Version: 0.32.0
* Platform: Ubuntu 22.04 LTS
* Firefox: 110.0
* Selenium: 4.7.2
## Testcase
```python
#!/usr/bin/env python3
import sys
from time import sleep
from selā¦
-
I run selenium hub with firefox and proxy browsermob by [`bwowk/browsermob-proxy`](https://hub.docker.com/r/bwowk/browsermob-proxy/)
1) all in `docker-compose.yml` file
```yml
hub:
image: seleā¦