-
in a virtualenv, save the chromedriver to the virtualenv's `bin` directory. if not in a virtualenv, put it in the current default python scripts directory. then `selenium.webdriver.Chrome()` would…
-
I've had this problem for about a day.
I've tried doing the following things, but nothing seems to work:
2024-01-24 21:15:54,685 [ERROR] JavascriptException: Message: javascript error: dashboard i…
-
```
What steps will reproduce the problem?
1. Download the python selenium bindings 2.21.2
2. run 2to3 on the selenium directory
3. apply the attached patch to selenium/webdriver/remote/remote_connect…
-
I've tried running the code on my Selenium+Python installation on my machine. I needed to make a few changes to make it run on Chrome. When it finally did run, I realised Filestream is now using reCap…
-
### Is there already an issue for your problem?
- [X] I have checked older issues, open and closed
### Bug Description
The same errors happen consistently every time I run the script since the last…
-
Hello Amitasha!
I hope it is okay that I am opening an issue here to ask for some help. We are using your example to create a healthcheck for a web login process. I have posted a question to stacko…
-
To debug `selenium` tests I am trying to use a proxy to record all request/responses communications. In particular, I am using `browsermob-proxy` (see [here](https://github.com/lightbody/browsermob-pr…
-
After this last update began to give this problem.
I have already updated geokdrive, requeriment.txt and continue with the same problem. Does anyone know what can it be?
I use linux mint and python …
-
I'm using `start_chrome()` on macOS, Google Chrome, chromedriver and helium are upgraded to the latest (stable) versions.
I have a script with a line
```python
helium.click(helium.Link(''))
``` …
-
## System
* Version: 0.17.0 and 0.19.1
* Platform: Ubuntu 16.04.3 and macOS 10.13.2
* Firefox: 57.0
* Selenium: 3.7.1 with 3.7.0 Python bindings (on Python 2.7 and Python 3.6)
## Testcase
…