Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Not able to launch Edge browser getting error #1233

Open
sandy77-techm opened this issue May 25, 2021 · 0 comments
Open

Not able to launch Edge browser getting error #1233

sandy77-techm opened this issue May 25, 2021 · 0 comments

Comments

@sandy77-techm
Copy link

💬Hi ,

Can someone pls give a solution
Not able to launch Edge Browser getting a error
Below is the code:

DesiredCapabilities capabillities = DesiredCapabilities.edge();
capabillities.setBrowserName(BrowserType.EDGE);

    capabillities.setCapability(CapabilityType.ACCEPT_SSL_CERTS, true);	    
    capabillities.setCapability(InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS,true);
	    capabillities.setCapability(CapabilityType.SUPPORTS_JAVASCRIPT , true);
	    capabillities.setPlatform(Platform.WIN10);  
	    capabillities.setCapability(CapabilityType.BROWSER_VERSION, "latest");
	    
	    WebDriver driver = null;
	    List<String> displayedList = new ArrayList<String>();
	    
	    
		try {
			
			
			
			
			driver = new RemoteWebDriver(new URL("http:"), capabillities);
			driver.get("https"); 

}
Stack Trace:
Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unable to create session from {
"desiredCapabilities": {
"acceptSslCerts": true,
"browserVersion": "latest",
"browserName": "MicrosoftEdge",
"javascriptEnabled": true,
"ignoreProtectedModeSettings": true,
"version": "",
"platform": "WIN10"
},
"capabilities": {
"firstMatch": [
{
"browserName": "MicrosoftEdge",
"browserVersion": "latest",
"platformName": "win10"
}
]
}
}
Build info: version: '3.141.0', revision: '2ecb7d9a', time: '2018-10-31T20:22:52'
System info: host: 'VDI-PR-E0042', ip: '10.93.173.183', os.name: 'Windows 10', os.arch: 'x86', os.version: '10.0', java.version: '1.8.0_171'
Driver info: driver.version: unknown
Command duration or timeout: 1.35 seconds
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:214)
at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
at org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$new$0(JsonWireProtocolResponse.java:53)
at org.openqa.selenium.remote.JsonWireProtocolResponse.lambda$getResponseFunction$2(JsonWireProtocolResponse.java:91)
at org.openqa.selenium.remote.ProtocolHandshake.lambda$createSession$0(ProtocolHandshake.java:122)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)
at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:488)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:543)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:125)
at org.openqa.selenium.remote.ProtocolHandshake.createSession(ProtocolHandshake.java:73)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:136)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:212)
at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:130)
at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:143)
at Test.TestRemoteGrid.main(TestRemoteGrid.java:60)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant