Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIrefox/gheckodriver/web page opening and an error message display #1590

Closed
KAHINA-kabyle opened this issue Jul 18, 2019 · 3 comments
Closed
Labels

Comments

@KAHINA-kabyle
Copy link

KAHINA-kabyle commented Jul 18, 2019

System

  • Version:
  • Platform:
  • Firefox:
  • Selenium:

code

package automatichetest;

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;

public class Myclass {

public static void main(String[] args) throws InterruptedException{
System.setProperty("webdriver.gecko.driver", "C:\Users\hb0501\eclipse-workspace\MyFirstTestProject\lib\geckodriver\geckodriver.exe");
WebDriver driver = new FirefoxDriver() ;
driver.get("https://www.seleniumhq.org/");
}
}

Error and web page opening
1563458333728 mozrunner::runner INFO Running command: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" "-marionette" "-foreground" "-no-remote" "-profile" "C:\Users\hb0501\AppData\Local\Temp\rust_mozprofile.tkUomD4WkEnZ"
1563458334316 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: mozillaAddons
1563458334316 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: telemetry
1563458334316 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: resource://pdf.js/
1563458334316 addons.webextension.screenshots@mozilla.org WARN Loading extension 'screenshots@mozilla.org': Reading manifest: Invalid extension permission: about:reader

1563458336459 Marionette INFO Listening on port 53856
1563458336956 Marionette WARN TLS certificate errors will be ignored for this session
Jul 18, 2019 2:58:57 PM org.openqa.selenium.remote.ProtocolHandshake createSession
INFOS: Detected dialect: W3C
*


Any solution please

@grizzlydevil

This comment has been minimized.

@andreastt
Copy link
Contributor

The “TLS certificate errors will be ignored for this session” error is emitted when the acceptInsecureCerts capability is set to true.

@lock
Copy link

lock bot commented Sep 6, 2019

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have run into an issue you think is related, please open a new issue.

@lock lock bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants