You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system : Windows XP SP3
.Net Framework version : 3.5
Office Version : 2007
SeleniumWrapper version : 1.0.10
What is your issue ?
Is it possible to maximize the browserwindow while using the webdriver?
Making screenshots on the small window doesn`t make much sense for my
workingproject.
It would be nice if you could help me to max the browserwindow.
Best regards
Christian
Original issue reported on code.google.com by [email protected] on 20 Feb 2013 at 2:34
The text was updated successfully, but these errors were encountered:
You can also use the browser shortcut (F11) :
Dim driver As New SeleniumWrapper.WebDriver
Dim Keys As New SeleniumWrapper.Keys
driver.start "firefox", "http://www.google.com"
driver.sendKeys Keys.F11
Original comment by florentbr on 20 Feb 2013 at 3:39
Original issue reported on code.google.com by
[email protected]
on 20 Feb 2013 at 2:34The text was updated successfully, but these errors were encountered: