selenide Questions
10
I had coded automation testing in selenide but strange time comes up.
The browser window not able to establish websocket connection to http://localhost:2757/devtools/browser/uuid
> [ERROR] Tests...
Fascinator asked 9/3, 2023 at 3:18
2
I’m trying to catch NoSuchElementException. This is my code:
public void checkActiveApps() {
try {
$(BUTTON).click();
} catch (org.openqa.selenium.NoSuchElementException e) {
System.out.printl...
Berman asked 25/9, 2018 at 9:23
1
Solved
Previously I was using Maven+Selenide+JUnit4 for my tests and it was fine, parallel running worked perfectly. Example:
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</g...
Highams asked 12/7, 2018 at 14:24
2
OS:Window 10
Browser: Chrome webDriver
Browser Version: Chrome 63.0.3239.10(64bit)
Selenium Version 2.44
Added below dependency :
<dependency>
<groupId>org.seleniumhq.sele...
Gherkin asked 21/12, 2017 at 23:40
1
Solved
I'm experiencing a problem running Selenide tests in Firefox version 46. When tests run separately everything works fine. But when I run all test methods in class it hangs on the following step:
a...
Danaedanaher asked 28/12, 2016 at 10:16
1
© 2022 - 2024 — McMap. All rights reserved.