-
With current 2.41.1 selenium-webdriver version doesn't work with Ubuntu FF 32.0.3
But it works fine with:
```
...
"name": "selenium-webdriver",
"version": "2.43.5",
...
```
patoi updated
10 years ago
-
I wanted to understand how testing works with Yii2. I cannot run the acceptance tests.
I am refering to the section _Running acceptance tests_ the `README`of this application template repository.
…
-
Изначально была проблема с тем что не работали модули.
После установки модулей по новой появилась проблема с дескриптором.
```
Traceback (most recent call last):
File "C:\Users\ADMEEN\Desktop\ra…
-
I'm unable to launch Undetected ChromeDriver with `user_data_dir` defined and while a pre-existing Chrome process exists.
I was wondering if this is normal and is expected? Is there a way to circum…
-
Hi all,
I am facing -bash: webdriver-manager not found" error when i am trying to run webdriver-manager update --proxy=http://userID:password@proxyIp:port command.
I have webdriver-manager and p…
-
extra-1.8 ([changelog](http://hackage.haskell.org/package/extra-1.8/changelog)) (Neil Mitchell @ndmitchell) is out of bounds for:
- [ ] HMock-0.5.1.2 (>=1.7.9 && < 1.8). Chris Smith . Used by: libra…
-
```
What steps will reproduce the problem?
1. Install chromedriver (version 0.7)
2. Install chromium (version 21.0.1180.89)
3. Try to create a ChromeDriver
I'm trying from python, and I get this err…
-
```
What steps will reproduce the problem?
1. Save python code below to screenshot.py
2. Execute: xvfb-run python screenshot.py
3. You should see the below stack trace
from selenium import webdriver
…
-
**[-] [LoadError] cannot load such file -- selenium/webdriver/phantomjs**
[-] /root/.rbenv/versions/2.3.0/lib/ruby/gems/2.3.0/gems/arachni-1.3.2/lib/arachni/browser.rb:132:in `require'
[-] /root/.rb…
-
### Description of the bug/issue
I'm running a test on multiple envs (dev,qa,stage,...) all on same browser (Chrome).
I noticed that only one XML is found at the end of the run because each time the…