Relative Content

Tag Archive for selenium-webdriverselenium-chromedriver

trying to launch browser in eclipse selenium IDE written correct code but web page is not loading getting multiple error

Exception in thread “main” java.lang.NoClassDefFoundError: dev/failsafe/Policy
at org.seleniumhq.selenium.http/org.openqa.selenium.remote.http.ClientConfig.(ClientConfig.java:33)
at org.seleniumhq.selenium.chrome_driver/org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:83)
at org.seleniumhq.selenium.chrome_driver/org.openqa.selenium.chrome.ChromeDriver.(ChromeDriver.java:51)
at Newproject/selenium.selenium_Intro.main(selenium_Intro.java:10)
Caused by: java.lang.ClassNotFoundException: dev.failsafe.Policy
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
… 4 more

When the Chrome browser opens I don’t see the website I’m testing

I don’t know what else I can do more. I am learning Selenium with Python, im in the following situation which I cannot solve, let’s see if someone can help me.
By developing a simple test, I am able to execute it completely and correctly. But I can’t see the website where the test is being done, pops up in the browser is showed always, I attached an image where it asks me to “Choose your search engine”, I have verified that the URL loads correctly. I only can see the web testing if i remove that notification manually. IS THERE ANY POSSIBILITY TO SKIP THAT? I have tried adding some options to the webdriver in the code but I can’t find the solution. Someone help me please.

Selenium and chrome driver path issue

WHAT i should if facing error: Error initializing Chrome driver: Message: Unable to obtain driver for chrome; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location