Only when using Selenium WebDrive and if the Chrome is opened as per the following code:
IWebDriver driver;
driver = new ChromeDriver();
then, the progress indicator on the test tree will keep on spinning forever. If I don't open Chrome by commenting out the new ChromeDriver(), it works fine.
Only when using Selenium WebDrive and if the Chrome is opened as per the following code:
then, the progress indicator on the test tree will keep on spinning forever. If I don't open Chrome by commenting out the
new ChromeDriver()
, it works fine.Following are the required details:
See the snapshot below.
Please help to resolve this issue.
Tarek