7Gabriel / selenium-vba

Automatically exported from code.google.com/p/selenium-vba
0 stars 0 forks source link

Any way to resize the firefox browser and move it to a specific dimension? #164

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Operating system : windows 8.1
.Net Framework version :
Office Version :
SeleniumWrapper version :

I'd like to know if there is any way to resize and move the firefox browser 
window. I only could maximize it using maximizeWindow object.
Thanks

Original issue reported on code.google.com by hendeb...@gmail.com on 4 Jul 2015 at 1:26

GoogleCodeExporter commented 8 years ago
This can be done by calling setWindowSize(width, height)
and setWindowPosition(x, y).

Original comment by florentbr on 21 Jul 2015 at 6:30