-
Hi, thanks for service.
I'am using pytest-selenium to setting up browser start:
```
import pytest
@pytest.fixture
def selenium(selenium):
selenium.implicitly_wait(10)
selenium.maximi…
-
### What happened?
I am trying to launch a browser in BitBAr from my IDE setup. I have to bypass the proxy and then connect to remote server. After doing some google & stackoverlow help I wrote this …
-
Saucelabs provided me with the following URL to create a test:
`https://:@ondemand.us-west-1.saucelabs.com:443/wd/hub`
WPT's sauce runner is unable to connect to that URL, and it throws the foll…
-
Hello Team,
I am a OCP cluster v 4.x. I am trying to run the commands:
$ oc create -f selenium-hub.yaml
$ oc create -f selenium-node-chrome-debug.yaml
I see that template.template.openshift.io/s…
-
### Summary:
I am running testing cases using GitHub actions
- bundle install succeeds
- Selenium curl test succeeds
- DB setup succeeds
- Fails when it start running rspecs
I tried r…
-
Hello guys, and thanks for the great work.
I'm using your library in order to add Behavior Driven Development capabilities into my application and I'm having a good experience with that. I'm not su…
-
I did the following install steps:
```
$ git clone https://github.com/openplanets/pagelyzer.git
$ git clone https://github.com/crawler-IM/browser-shots-tool.git
$ cd browser-shots-tool
$ ln -s ../pag…
-
Originally reported on Google Code with ID 6188
```
What steps will reproduce the problem?
1.Start up a selenium hub using the following command
java -jar selenium-server-standalone-2.35.0.jar -role…
-
i am not seeing any video with the session id : it gives me this error
Video content not found for sessionId: 17f855562601eac96f4800e022ed2ab6
And i dont see any error in the HUB/Node logs.
…
-
### System info
- Playwright Version: v1.33
- Operating System: Windows 10
- Browser: Chromium 114
- Other info: Selenium Server 4.8.3
**Steps**
- Run playwright test o…