Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
77 views

I'd like to use the selenium-jupiter JUnit5 extension for CI/CD runs: selenium-jupiter Unfortunately the used WebDriverManager is dynamically fetching browsers/drivers from the internet. To allow for ...
Jens Stockhausen's user avatar
1 vote
1 answer
1k views

Since the browser update yesterday my test won't start and I get the message: There was an error creating WebDriver object for Chrome I use Selenium Jupiter with the @TestTemplate and my browsers....
user avatar
0 votes
1 answer
57 views

I am trying to write selenium tests using Selenium-Jupiter. My team has decided to go with @TestTemplate approach and to use browsers.json. One thing we feel we need to do is alter the default ...
Kreweta's user avatar
  • 65
1 vote
1 answer
883 views

Background Selenium-Jupiter is a JUnit 5 extension aimed to ease the use of Selenium WebDriver by downloading and caching the WebDriver binaries required for each test, depending on which locally ...
Drunda Nibel's user avatar
0 votes
1 answer
86 views

As part of my test base class, I have something like this: seleniumJupiter.getConfig().setDefaultBrowser(BROWSER.getStringValue()); seleniumJupiter.getConfig().setScreenshotAtTheEndOfTests("...
Dane's user avatar
  • 51
0 votes
1 answer
190 views

I have test case that works fine in my local eclipse environment. @Test @Order(1) void testTitle(@Arguments("--headless") ChromeDriver driver) { driver.get("https://google.com")...
achowdhury's user avatar
0 votes
1 answer
220 views

I only seem able to use getContainerId(WebDriver) during the first test. Every subsequent test returns empty e.g. getContainerId(SelenideDriver.getWebdriver) Ideally I need to be able to execute ...
stevej2's user avatar
1 vote
1 answer
520 views

I want to use Selenium-Jupiter in my Spring Boot Project but my requirement is to switch the WebDriver implementation at runtime - based on the execution environment - using one common base class for ...
Yocker95k's user avatar
  • 271
1 vote
1 answer
470 views

I went through Selenium Jupiter manual and still cannot get the idea of how I can set multiple browsers in Selenium Jupiter to run every test in every browser. Should use Test Template for that ...
Paulus's user avatar
  • 148
0 votes
1 answer
1k views

I am trying to configure a Selenide driver within the Selenium-Jupiter framework, to use my remote grid url but it keeps ignoring the configuration, and just runs the local installed browser. Here ...
djangofan's user avatar
  • 29.9k
-1 votes
1 answer
99 views

When I tried to run the below command with JUnit 5 mvn clean install -DskipTests && mvn clean test -pl=test-insight -Dtest="com.myproject.automation.test.settings.**" -Dspring.profiles.active=...
Tuyen Tran's user avatar
0 votes
1 answer
325 views

I have tried so many things to set the proxy in a chrome-in-docker browser. I finally found something that works, but it isn't the best solution. @BeforeEach public void beforeEach(@Arguments("--...
Michiel Bugher's user avatar
0 votes
1 answer
471 views

Is it possible to run the hub and nodes in Selenium Grid through Java/Selenium code? In an example provided by @Boni Garcia, there is GridLauncherV3 but this is not working with Selenium-jupiter ...
Lokesh's user avatar
  • 1
4 votes
1 answer
633 views

I want to migrate existing Selenium-Tests based on JUnit 4 to JUnit 5. For this purpose, I want to make use of Selenium-Jupiter. One requirement, that the tests must fulfill is, to be able to switch ...
Kai Hoelscher's user avatar
0 votes
1 answer
391 views

I need to run the same selenium tests with Firefox and Chrome, but I also need to set different options for them. Is that possible? Running the same tests with both browsers is clearly possible, as ...
Simon Bennetts's user avatar

15 30 50 per page