Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to maximize browserwindow ? #16

Open
GoogleCodeExporter opened this issue Mar 31, 2015 · 2 comments
Open

How to maximize browserwindow ? #16

GoogleCodeExporter opened this issue Mar 31, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Sorry.. already find:

selenium.windowMaximize

Sorry :-)

Original comment by [email protected] on 20 Feb 2013 at 2:50

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Done
  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant