You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Description
While trying to integrate and run with selenium unfortunately I am getting the error as "Your connection is not private
Attackers might be trying to steal your information from www.google.com (for example, passwords, messages or credit cards). Learn more
NET::ERR_CERT_AUTHORITY_INVALID"
Code used
public class CaptureLogs {
public String sFileName = "D://SeleniumEasy.har";
@Test
public void test1() {
// start the proxy
BrowserUpProxy proxy = new BrowserUpProxyServer();
proxy.start();
Proxy seleniumProxy = ClientUtil.createSeleniumProxy(proxy);
DesiredCapabilities capabilities = new DesiredCapabilities();
capabilities.setCapability(CapabilityType.PROXY, seleniumProxy);
Description
While trying to integrate and run with selenium unfortunately I am getting the error as "Your connection is not private
Attackers might be trying to steal your information from www.google.com (for example, passwords, messages or credit cards). Learn more
NET::ERR_CERT_AUTHORITY_INVALID"
Code used
public class CaptureLogs {
// capabilities.setCapability(CapabilityType.ACCEPT_SSL_CERTS, true);
}
Expected behavior
URL should be launched successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information:
Additional context
If I am running without proxy I am able to launch the URL suc
The text was updated successfully, but these errors were encountered: