We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0e7d7 commit 5a6af46Copy full SHA for 5a6af46
examples/java/src/test/java/dev/selenium/drivers/OptionsTest.java
@@ -51,7 +51,7 @@ public void setPageLoadStrategyNone() {
51
@Test
52
public void setAcceptInsecureCerts() {
53
ChromeOptions chromeOptions = new ChromeOptions();
54
- options.setAcceptInsecureCerts(true);
+ chromeOptions.setAcceptInsecureCerts(true);
55
WebDriver driver = new ChromeDriver(chromeOptions);
56
try {
57
// Navigate to Url
0 commit comments