Posts

Showing posts with the label browser window size

Tips -1

1 . How to set the dimensions for the browser at run time?        syntax:  driver.manage().window().setSize(new Dimension(X,Y));         X= Width, Y = Height