Skip to content

Commit

Permalink
clear webdriver cache - update to 5.5.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
voxparcxls authored Sep 19, 2023
1 parent 82d5416 commit a54ed09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cws-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.2.0</version>
<version>5.5.0</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion cws-test/src/test/java/jpl/cws/test/WebTestUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected void initChromeDriver() {
chromeOptions.addArguments("--disable-gpu");
chromeOptions.addArguments("--disable-dev-shm-usage");

WebDriverManager.chromedriver().setup();
WebDriverManager.chromedriver().clearDriverCache().setup();
driver = new ChromeDriver(chromeOptions);

log.info("Driver initialized: " + driver);
Expand Down

0 comments on commit a54ed09

Please sign in to comment.