Skip to content

Commit

Permalink
openvidu-test-browsers: remove geckodriver location
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Oct 4, 2024
1 parent 3d60920 commit 6bb5937
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ public FirefoxUser(String userName, int timeOfWaitInSeconds, boolean disableOpen
}
} else {
log.info("Using local web driver");
System.setProperty("webdriver.gecko.driver",
"/home/pablo/Downloads/geckodriver-v0.35.0-linux64/geckodriver");
this.driver = new FirefoxDriver(options);
}

Expand Down

0 comments on commit 6bb5937

Please sign in to comment.