Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

resize browser window

To resize browser window 
-I would create object of dimensions class
Dimension newD = new Dimension(480,620)
-Than I resize the current window to the given dimension
driver.manage().window().setSize(newD)
Source by jqueryui.com #
 
PREVIOUS NEXT
Tagged: #resize #browser #window
ADD COMMENT
Topic
Name
7+7 =