5412/maximizing-browser-window-in-selenium-webdriver-using-c
How can I maximize the browser window in Selenium WebDriver using C#?
You can use the JavascriptExector as follows:
public void maximize() { driver.Navigate().GoToUrl("https://www.edureka.co/"); ((IJavaScriptExecutor)driver).ExecuteScript("window.resizeTo(1024, 768);"); }
Check this first: http://code.google.com/p/selenium/issues/detail?id=174 You Can use the JavascriptExector as follows: public ...READ MORE
Hi , we have inbuilt method Maximize(). driver.Manage().Wind ...READ MORE
Hello Piyush, you can refresh a browser ...READ MORE
Hi Nuri, to open a browser window ...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
This below code works for me in ...READ MORE
You can try the below code: driver = ...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.