Issue :
Not able to launch Id driver :
Exception in thread "main" org.openqa.selenium.remote.SessionNotFoundException: Unexpected error launching Internet Explorer. Browser zoom level was set to 125%. It should be set to 100% (WARNING: The server did not provide any stacktrace information)
And after that you will see the message like this in the browser but no test will be initiated
"This is the initial start page for the WebDriver server"
Solution :
Check the zoom level of the browser
It should be exactly 100 % if it high or low.selenium scripts will not be executed.
Change the zoom level of the browser then you re execute the test . It will work
Not able to launch Id driver :
Exception in thread "main" org.openqa.selenium.remote.SessionNotFoundException: Unexpected error launching Internet Explorer. Browser zoom level was set to 125%. It should be set to 100% (WARNING: The server did not provide any stacktrace information)
And after that you will see the message like this in the browser but no test will be initiated
"This is the initial start page for the WebDriver server"
Solution :
Check the zoom level of the browser
It should be exactly 100 % if it high or low.selenium scripts will not be executed.
Change the zoom level of the browser then you re execute the test . It will work
No comments:
Post a Comment