Which operating system are you running on? Browser version & driver version?
--
--
Before posting, please read http://watir.com/support. In short: search before you ask, be nice.
watir-...@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscribe@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to watir-general+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
@browser.driver.manage.window.maximize
@browser.driver.manage.window.resize_to(900,900)
I believe that the problem comes for what package should I require.I use onlyrequire "watir"I get an error where the window is not defined.Do you know what other packages should I require?A few years ago we used to use:require 'watir-webdriver'I am still confused about changes.
On Tue, May 2, 2017 at 2:11 AM, Paul Denize <deniz...@gmail.com> wrote:
This should work@browser.driver.window.maximize@browser.driver.window.resize_to(900,900)
--
--
Before posting, please read http://watir.com/support. In short: search before you ask, be nice.
watir-...@googlegroups.com
http://groups.google.com/group/watir-general
---
You received this message because you are subscribed to the Google Groups "Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to watir-genera...@googlegroups.com.
@browser.driver.manage.window.maximize
@browser.driver.manage.window.resize_to(900,900)@browser.driver.manage.window.maximize@browser.window.maximize
def maximize
use { @driver.manage.window.maximize }
end
I believe that the problem comes for what package should I require.I use onlyrequire "watir"I get an error where the window is not defined.Do you know what other packages should I require?A few years ago we used to use:require 'watir-webdriver'I am still confused about changes.
On Tue, May 2, 2017 at 2:11 AM, Paul Denize <deniz...@gmail.com> wrote:
This should work@browser.driver.window.maximize@browser.driver.window.resize_to(900,900)
--
--
Before posting, please read http://watir.com/support. In short: search before you ask, be nice.
watir-...@googlegroups.com
http://groups.google.com/group/watir-general
---
You received this message because you are subscribed to the Google Groups "Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to watir-genera...@googlegroups.com.
---
You received this message because you are subscribed to the Google Groups "Watir General" group.
To unsubscribe from this group and stop receiving emails from it, send an email to watir-general+unsubscribe@googlegroups.com.