Drivers Chrome versió 148
This commit is contained in:
@@ -28,7 +28,10 @@ public class BaseTest {
|
|||||||
driver = new FirefoxDriver(options);
|
driver = new FirefoxDriver(options);
|
||||||
} else {
|
} else {
|
||||||
ChromeOptions options = new ChromeOptions();
|
ChromeOptions options = new ChromeOptions();
|
||||||
System.setProperty("webdriver.chrome.driver", "src" + File.separator + "test" + File.separator + "resources" + File.separator + "chromedriver-macos");
|
System.setProperty("webdriver.chrome.driver", "src"
|
||||||
|
+ File.separator
|
||||||
|
+ "test" + File.separator + "resources"
|
||||||
|
+ File.separator + "chromedriver-macos");
|
||||||
driver = new ChromeDriver(options);
|
driver = new ChromeDriver(options);
|
||||||
}
|
}
|
||||||
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(30));
|
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(30));
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user