You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: