Re: [wtr-general] Re: Recent Stack Overflow Questions Tagged Watir

2011-03-04 Thread Željko Filipin
http://stackoverflow.com/questions/5180836/watir-working-with-css-elements -- 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 watir-general+unsubscr...@googlegroups.com

Re: [wtr-general] Re: can't correctly excute onchange event when I use select_list#select

2011-03-04 Thread WinDy
yes,I tried it. The problem still exists. But in watir-webdriver, no this problem.( i can't use webdriver because there were lots of scripts using 'attach' method and other incompatible methods. And I try other methods I can do: 1. using execute_script, unfortunately I can't call execute_s

[wtr-general] Re: Is there a 1.8.0 equivalent of "Watir::Waiter.wait_until"?

2011-03-04 Thread Jarmo Pertman
It's not an hackish solution and Watir::Waiter is indeed deprecated. The Wait and ElementExtensions are in commonwatir since that code is common between Watir and FireWatir. Those two modules give you better methods and control for waiting. Jarmo Pertman - IT does really matter - http://www.i

[wtr-general] Re: How to Trace the change in a field

2011-03-04 Thread Chuck van der Linden
If I read you correctly, the challenge is "get the contents of the second cell on the table row where the first cell is 'change counter'" is that right? Presuming that "change counter" appears nowhere else in that table, AND that you have some way to identify the table itself, or a container that

[wtr-general] Re: can't correctly excute onchange event when I use select_list#select

2011-03-04 Thread Chuck van der Linden
forcing the firing of the exact event the element is 'wired' to react to ought to work. care to share the code you tried and what responses you got? On Mar 4, 1:18 am, WinDy wrote: > yes,I tried it. The problem still exists. > > But in watir-webdriver, no this problem.( i can't use webdriver bec

[wtr-general] Re: Need support in using POST method in RUBY

2011-03-04 Thread Chuck van der Linden
Monitoring HTTP traffic between the client and server is a completely separate issue, and yes there are tools for that (including Fiddler2 on windows), but I don't think that's what the OP was asking about. On Mar 3, 2:28 am, Danijel wrote: > In one way you can use watir-selenium , they have func

[wtr-general] After attaching a popup, how can I get back to the main window.

2011-03-04 Thread iamqa
Hi, I have a main window. A popup(new window) comes up. I attach that popup to my main window, then I verify some text in that popup. Now I would like to close that popup and return to my Main window. In IE, the below script works very well but in firefox, somehow the main window is lost once I run

Re: [wtr-general] Re: Poll: What version of ruby do you use? What version of Watir do you use?

2011-03-04 Thread Dmitriy Korobskiy
Any word on when Watir is going to be compatible with Ruby 1.9.x on Windows? -- DK AIM: DKroot1, Skype: DKroot On 3/1/11 8:45 AM, William Fisk wrote: I'd like to use Ruby 1.9.2 In fact the only time I use Ruby 1.8.7 now is for Watir. -- Before posting, please read http://watir.com/support. I

Re: [wtr-general] Re: Poll: What version of ruby do you use? What version of Watir do you use?

2011-03-04 Thread Charley Baker
Soonish. :P What are your current issues? And can you help? I'm starting in on that now, but any volunteers are welcome. I also don't have a Win7 box to test it on, so if you can help out with that, or anyone for that matter, that would be great. Cheers, Charley Baker Lead Developer, Watir, http: