-
I am looking for suggestions/help on customizing the Selenium-Grid-Extras for local grid setup on loacl machines which contains all the drivers and selenium jar.
Please help me to where I could conf…
-
## Week 1
- [ ] Go fundamentals
- [ ] Typescript fundamentals
- [ ] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [ ] Testing fundame…
-
`:4444` shows all the connected nodes, but `:3000` doesn't show any connected nodes.
I can navigate to any `:3000` and see overview as well as recorded videos.
I read somewhere that the recorded …
-
Hi,
The remote driver is not working for the safari browser as working fine with the chrome browser. During a session with the grid, hub shows empty capabilities like {} and chrome shows all capabi…
-
### What happened?
We are facing some reliability issues while using Selenium Grid 4.
The grid is working as expected under the usual work load of about 5 to 8 concurrent sessions. The issues star…
-
### What happened?
In a Ruby on Rails rspec system test, I am trying to send a command to devtools e.g.
```
browser.devtools.send_command('Page.getNavigationHistory')
```
or
```
browser.devt…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**…
-
Geckodriver won't launch with any version higher than 3.0.1 (3.6.0, 3.7.1, 3.8.1), giving this error, "Error with the JSON of the config". It starts up fine with Webdriver 3.0.1, and the error is the …
-
I follow your code with customization on my client solution.
**Since [Robot Framework SeleniumLibrary 6.1.1 have been release](https://github.com/robotframework/SeleniumLibrary/releases/tag/v6.1.1)…
-
### What happened?
When I switching to new window of my CEF browser by using `driver.switchTo().window(winHandle);` switched window is running in the background. I tried with Action click, Javascript…