As a newcomer to the world of test automation, I am currently honing my skills with Selenium.
Having experimented with Selenium Chrome Webdriver in C#, I have encountered an issue. When executing tests, the settings page keeps opening as the default tab in the Chrome browser, while the URL opens in a second tab.
I want only the required URL to open in Chrome...
My setup involves using Selenium Chrome Driver on Windows 10 with C#. Can anyone offer assistance on how to address this problem?
Thank you.