2589/maximizing-the-browser-window-in-selenium-webdriver-using
Check this first: http://code.google.com/p/selenium/issues/detail?id=174
You Can use the JavascriptExector as follows:
public void TestingMax() { driver.Navigate().GoToUrl("http://www.google.com/"); ((IJavaScriptExecutor)driver).ExecuteScript("window.resizeTo(1024, 768);"); }
You can use the JavascriptExector as follows: public void maximize() ...READ MORE
Hello Piyush, you can refresh a browser ...READ MORE
Hi Nuri, to open a browser window ...READ MORE
JavascriptExecutor jsx = (JavascriptExecutor)driver; jsx.executeScript("window.scrollBy(0,555)", ""); or Action classes ...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
Hi , we have inbuilt method Maximize(). driver.Manage().Wind ...READ MORE
Download the latest selenium jar and replace ...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.