[wtr-general] Re: Upgrading anxiety

2012-01-02 Thread Jarmo Pertman
On Dec 31 2011, 1:09 pm, Jari Bakken jari.bak...@gmail.com wrote: It's still useful for people using 1.X. Perhaps create a new comparison page for 2.X? Yes, that's what i was thinking. Jarmo -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice.

[wtr-general] Fwd: [Wtr-development] Selenium Conf '12

2012-01-02 Thread Željko Filipin
I am sending this to watir-general too, since I think it would be of interest to Watir users too. Željko -- watir.com/book - author -- Forwarded message -- From: Simon Stewart simon.m.stew...@gmail.com Date: Wed, Dec 28, 2011 at 12:38 PM Subject: [Wtr-development] Selenium Conf

[wtr-general] Firefox 9 and resizing the window

2012-01-02 Thread Abe Heward
I just upgraded from Firefox 6 to Firefox 9. I'm using watir-webdriver, and prior to the upgrade this command was working fine: @browser.execute_script('window.resizeTo(screen.width, screen.height)') Now the window is not resizing. Anyone know if this is some kind of security update for FF9?

[wtr-general] Re: Firefox 9 and resizing the window

2012-01-02 Thread Abe Heward
Just found the depressing answer to my own question: https://developer.mozilla.org/en/Firefox_7_for_developers#DOM window.resizeTo https://developer.mozilla.org/en/DOM/window.resizeTo , window.resizeBy https://developer.mozilla.org/en/DOM/window.resizeBy , window.moveTo

Re: [wtr-general] Firefox 9 and resizing the window

2012-01-02 Thread Željko Filipin
Take a look at this: http://stackoverflow.com/questions/6126311/setting-browser-window-size-in-watir-webdriver Zeljko On Monday, January 2, 2012, Abe Heward abe.hew...@gmail.com wrote: Just found the depressing answer to my own question:

Re: [wtr-general] Firefox 9 and resizing the window

2012-01-02 Thread Abe Heward
Wow, thanks, Željko! I don't know why I didn't already know about those methods. I feel dumb. smh Abe -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com http://groups.google.com/group/watir-general

Re: [wtr-general] Firefox 9 and resizing the window

2012-01-02 Thread Željko Filipin
I think that was introduced recently. Zeljko On Monday, January 2, 2012, Abe Heward abe.hew...@gmail.com wrote: Wow, thanks, Željko! I don't know why I didn't already know about those methods. I feel dumb. smh Abe -- Before posting, please read http://watir.com/support. In short: search

[wtr-general] IE File Download

2012-01-02 Thread mdwin01
Hi- I followed Zeljko's examples on http://wiki.openqa.org/display/WTR/File+Downloads to implement File Downloads from Internet Explorer. In my script (see below) once I get File Download popup, I tell it to focus on Save buton, and then click it. I tried identifying Save button using Save