I am new to Selenium, so basically whenever I ran my test, it would open up the URL which I have mentioned in my test. In my same Test I have also mentioned to fill the username and Password. But somehow once the browser gets launched and redirect to the URL, it opens up another instance of blank browser failing
Tag: webdrivermanager-java
How to set Chrome Options when using WebDriverManager?
I’m using Web driver manager to setup chrome driver. When setting up the driver I want to add some chrome options? How can I do it when using web driver manager? I checked the WebDriverManager API but couldn’t find any clue.. Answer Found the answer.. Check above!