Skip to content

Commit

Permalink
feat: disable stop on JS error in htmlunit3-driver
Browse files Browse the repository at this point in the history
Signed-off-by: Yuriy Movchan <[email protected]>
  • Loading branch information
yurem committed Feb 20, 2024
1 parent 17fa7a3 commit 30b9765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/src/test/java/org/gluu/oxauth/BaseTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ public void startSelenium() {
//driver = new InternetExplorerDriver();

driver = new HtmlUnitDriver(true);
driver.getWebClient().getOptions().setThrowExceptionOnScriptError(false);
}

public void stopSelenium() {
Expand Down

0 comments on commit 30b9765

Please sign in to comment.