[wtr-general] click_no_wait() is not working

2010-07-22 Thread Soori
All, I am trying to click a link which will ask a confirmation pop-up with OK and Cancel option. I am using the following code and I am not getting the pop-up while executing the script. require 'test/unit' require 'rubygems' require 'win32ole' require 'watir' include Watir require

[wtr-general] sub directories links can't select

2010-07-22 Thread lance
Hello to all, Working on automated test program using watir and not sure if this a bug when selecting links(ex. Target Provisioning) under sub directories which is not expanded. I have no problem selecting on the expanded links under sub directory. Code: require 'watir' ie =

[wtr-general] facing issue with clicking buttons

2010-07-22 Thread praveen kumar
Hi All, I am trying to automate the gmail by clicking on the compose mail and entering to address , subject and body content. I am facing problem in clicking the Send button. The button has following HTML elements *div tabindex=1 class=J-Zh-I J-J5-Ji Bq L3 id=:15m role=button

[wtr-general] Regarding watir framework

2010-07-22 Thread sudhir
Hi All, I am new to the watir. can you provide details how to create watir framework. Even I am facing some issue with installation . I am following the below step: 1 Download and install Ruby rubyinstaller-1.8.6-p398-rc2.exe 2 From the command prompt, C:\Users\107522gem 3

Re: [wtr-general] Re: unable to click image in a div

2010-07-22 Thread Basim Baassiri
I found a solution to my problem that I thought might useful to others When the underlying web application uses gwt ( http://code.google.com/webtoolkit/) , firing a sequence of mouse events can also get the desired click event fire_event onmouseover fire_event onmousedown fire_event onmouseup On

[wtr-general] Re: Check out the Watir Stack Exchange site!

2010-07-22 Thread Tiffany Fodor
Hi all! I'm replying to this again to move it back to the front page at Watir General. Give Zeljko's latest podcast a listen to learn about Stack Exchange and then go sign up and follow the Watir site. We only need 4 more followers to move the Watir Stack Exchange site from the Definition phase

Re: [wtr-general] Regarding watir framework

2010-07-22 Thread Basim Baassiri
HI Sudhir Please have a look at http://wiki.openqa.org/display/WTR/Examples The Advanced Examples Frameworks examples should be helpful On Thu, Jul 22, 2010 at 6:51 AM, sudhir prem...@gmail.com wrote: Hi All, I am new to the watir. can you provide details how to create watir framework.