-
I need help with modules and jaylib-ffm. I need modules for Java RMI, but apparently the Main.java class from the jaylib-ffm examples does not work with a module-info.java file. Here's my module-inf…
-
Though I have provided the correct path it shows me this error and after some time is opens the same application.
CODE:
package org.sample.mavensample;
import java.net.URL;
import org.openqa.selenium…
-
## System
* Version: v0.35.0
* Platform: Mac M1
* Firefox: 132.0.2 (aarch64)
* Selenium: selenium-server-standalone-3.141.59
## Testcase
package demo;
import org.openqa.selenium.firefox.F…
-
### What happened?
We have automation tests using Selenium framework that run on Docker container during CI/CD process. We have dependency on `org.seleniumhq.selenium:selenium-java:4.15.0` and use …
-
### What happened?
I have the same [issue ](https://github.com/SeleniumHQ/selenium/issues/12519) . I try to start selenuim and this error shows for every possible way that I test.
this is my code …
-
### What happened?
Help: I get a connection error that has a very abnormal address in it. I wonder where the container is getting it from. I can see that much in the logs.
```
java.net.UnknownHos…
-
### What happened?
When I launch the chrome browser with incognito mode, I can not open new tab using `driver.switchTo().newWindow(WindowType.TAB)` option whereas I can open new tab using Javascript …
-
testExistingFolderConfiguration(school.redrover.AnyExistingItemConfigureTest) Time elapsed: 11.437 sec
-
Tests run: 353, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 886.403 sec
-
### What happened?
Automation framework with same set up works for selenium 4.13.0 but fails as we upgrade selenium version
Code using as below -
please note - there is no issue with local brows…