- bhol
- Posts : 2
Join date : 2016-07-30
Handle SSl in GeckoDriver
on Fri Aug 26, 2016 12:21 pm
Hello,
I am working on FF 48 and plan is to execute the scripts on all the beta versions
System.setProperty("webdriver.gecko.driver","path of geckodriver.exe");
WebDriver driver = new FirefoxDriver();
Using above codes to open FF browser. But gettingĀ
"Your connection is not secure
The owner of xxx.com has configured their website improperly. To protect your information from being stolen, Firefox has not connected to this website."
Whats is the solution for ssl issue when using geckodriver.
Thank you.
I am working on FF 48 and plan is to execute the scripts on all the beta versions
System.setProperty("webdriver.gecko.driver","path of geckodriver.exe");
WebDriver driver = new FirefoxDriver();
Using above codes to open FF browser. But gettingĀ
"Your connection is not secure
The owner of xxx.com has configured their website improperly. To protect your information from being stolen, Firefox has not connected to this website."
Whats is the solution for ssl issue when using geckodriver.
Thank you.
Permissions in this forum:
You cannot reply to topics in this forum
|
|