-
We are experiencing issues with Firefox at the moment. Requesting the url "https://www.gstatic.com/charts/loader.js" sometimes results into Firefox being stuck loading forever with "Transferring data …
-
Hi, when I ran cases on ios simulator via remote grid, it often throws InvocationTargetException. It didn't raised every time. Is there anyone has met this exception? Looking forward to your help. Ma…
-
`package main
import (
"fmt"
"os"
"time"
"github.com/tebeka/selenium"
)
func main() {
const (
seleniumPath = "some path"
chromeDriverPath = "some path"
port …
-
Currently, we want to implement parallel processes in our automation testing because it took long time about 1 hour 35 minutes in single process.
So we have 1 selenium hub container, 4 proxy containe…
-
Apologies if this is the wrong place to post this. Having an issue where it seems that webmock is stopping the capybara selenium driver from deleting the session. Details below.
### System
- Rub…
-
### What happened?
I see error
```
11:21:20.143 [main] WARN net.thucydides.core.pages.PageFactory - Failed to instantiate page of type class pages.AskDocumentScreen ({})
net.thucydides.core.webdri…
-
Please find my below code -
`package main
import (
"fmt"
"os"
"time"
"github.com/tebeka/selenium"
)
func main() {
const (
seleniumPath = "some path"
geckoDriverPath = "…
-
im using this module with firefox running inside this official container -> https://hub.docker.com/r/selenium/standalone-firefox
# BEFORE
this used to work but doesnt anymore
```
use Selenium:…
-
Based on instructions i have created setup the selenium-hub and selenium-node-chrome on Openshift. however i am not able to access this selenium grid from my scripts and even i am not able to navigate…
-
Originally reported on Google Code with ID 6151
```
It seems that I have the same issue with my test cases (c#) as described in #2657:
When running selenium-server-standalone-2.33.0.jar for both hu…