-
```
Issue Description:
Can't instantiate a Chrome webdriver while screen is locked using Ubuntu 14.04.
I run automated tests via a cron job overnight and my desktop screen is always
locked at that t…
-
```
What steps will reproduce the problem?
1. Am created the php webdriver testcases but am not able to run in chrome
browser
2.It's running fine in firefox and ie browsers
3. Manually started the ch…
-
```
What steps will reproduce the problem?
1. Am created the php webdriver testcases but am not able to run in chrome
browser
2.It's running fine in firefox and ie browsers
3. Manually started the ch…
-
Hey,
I am running a script on a headless server via ssh. The script was working fine until about a week ago. I made some minor unrelated changes, post which undetected-chromedriver started failing.…
-
I've created the folling test:
```
var sgpt = require('sg-protractor-tools');
describe('Memory Test', function () {
it('should allow me to measure memory', function () {
var iterations =…
-
after replacing chrome_linux with arm64 version I'm getting next issue:
```
Python 3.8.0 (default, Nov 19 2019, 12:46:48)
[GCC 9.2.0] on linux
Type "help", "copyright", "credits" or "license" fo…
-
Hi all!
I have a similar problem to this: https://github.com/angular/protractor/issues/55 - though the difference is the expectations working fine, no errors, no exceptions, but it does not switch…
-
Google Chrome version 129.0.6668.71
undetected-chromedriver version 3.5.5
```
from undetected_chromedriver import By
from fake_useragent import UserAgent
import undetected_chromedriver as uc
f…
-
```
Trying to use a proxy via webdriver as per the following
$cap = array('proxy' => '50.***.249.***:3128');
$webdriver->connect("firefox", "", $cap);
yields this in Selenium Server
13:25:56.702 …
-
Env:
node: 8.5.0; npm: 5.3.0;
protractor: 5.2.2; chromedriver: 2.35.528139, Google Chrome 63.0.3239.132
angular:
├── @angular-devkit/core @0.0.28
├── @angular/cli@1.6.3
├── UNMET PEER DEPENDENC…