[wtr-general] Re: how to automate dynamic object using watir having ajax based controls

2009-07-02 Thread rrash586
Thanks a lot Chuck van der Linden . I tried out the event onmouseover and its woking fine now...previously i was using onmousemove for that was not working can u please suggest out me some link which give out the explanation of each method like onmouseover,onmusemove,onmousedown.etc

[wtr-general] Re: does watir support ajax application

2009-07-02 Thread rrash586
Thanks for ur input Chuck van der Linden Thanks again ... On Jul 2, 1:02 am, Chuck van der Linden sqa...@gmail.com wrote: Watir recognizes and can manipulate pretty much all of the page elements that are defined by the HTML standard, that includes all the ones you listed.  Although

[wtr-general] How to disable SSL in browser

2009-07-02 Thread Ye Jian
Hi,All I want to disable SSL in ie when it access a SSL site.In celerity,we can use folloing code to disable SSL browser = Celerity::Browser.new(:secure_ssl = false) How can I do in watir to disable SSL in browser?anyone can let me know? Thanks -Camael

[wtr-general] Running scripts against Watir and Celerity

2009-07-02 Thread Jared Quinert
I posted questions a while back about having a Celerity-style driver for Watir. I've got an interim solution, which also helps me solve/work around issues in differences in behaviour between different Watir drivers. It doesn't give me a native 'browserless' solution running on Windows, but

[wtr-general] Re: Running scripts against Watir and Celerity

2009-07-02 Thread Željko Filipin
On Thu, Jul 2, 2009 at 3:57 PM, Jared Quinert ja...@kilmore.info wrote: Apart from JRuby plus Celerity installation being a pain on Windows. My next blog post... Subscribed and looking forward to your next blog post. :) Željko --~--~-~--~~~---~--~~ You received

[wtr-general] Re: Running scripts against Watir and Celerity

2009-07-02 Thread Jared Quinert
The second paragraph ends in the middle of the sentence: I still hold out hope that Celerity may improve performance, or that Thanks, it's late here :) I finished the thought. I was also thinking on running my tests with Celerity, since the application I test does not have a lot of

[wtr-general] Re: Watir.com now available

2009-07-02 Thread Željko Filipin
Alister Scott, Gregg Yows and me are talking about watir.com today at 9 pm utc. If you have any questions, let me know. Željko -- http://watirpodcast.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Trying to add a web interface to my scripts

2009-07-02 Thread eric
I am trying to add a web interface to my scripts to make them available to Manual testers and non QA testers doing UAT on different projects. Does anyone one have any suggestions on what would be a good approach. Language, tool, etc to accomplish this. Thanks, Eric

[wtr-general] Dealing with font, table and triggering Javascript

2009-07-02 Thread Dylan
Hey there! I have a problem I've been banging my head against my desk on for a while now, so here's hoping someone can help. I'm trying to click on an element and I can't figure out how. I can use frame and div to get down to the place on the page where I want to click and end up like this:

[wtr-general] Dealing with font, table and triggering Javascript

2009-07-02 Thread Dylan
Hey there! I have a problem I've been banging my head against my desk on for a while now, so here's hoping someone can help. I'm trying to click on an element and I can't figure out how. I can use frame and div to get down to the place on the page where I want to click and end up like this: