60974/sharp-with-selenium-switch-one-another-tab-csharp-selenium
You could use Session.Driver.WindowHandles which is basically to switch tabs.
Try the following:
Session.Driver.SwitchTo().Window(Session.Driver.WindowHandles.First());
Hope this helps!
Hi Mugdha, you can use following code ...READ MORE
Below will help you: You can disable the ...READ MORE
Hi , we have inbuilt method Maximize(). driver.Manage().Wind ...READ MORE
The better way to handle this element ...READ MORE
enable trusted connection in internet explorer by ...READ MORE
To Allow or Block the notification, access using Selenium and you have to ...READ MORE
xpath are two types. 1) Absolute XPath: /html/b ...READ MORE
The explicit wait is used to tell ...READ MORE
Move the Selenium jar file from module ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.