korimo / firewatir

Automatically exported from code.google.com/p/firewatir
0 stars 0 forks source link

The method, 'click_no_wait' seems not to work in Firewatir #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Please execute the following code:
require 'watir' 
Watir::Browser.default = 'firefox' 
$browser = Watir::Browser.new 
$browser.goto('www.google.com') 
$browser.maximize 
$browser.text_field(:name,'q').set('random') 
$browser.button(:name,'btnG').click_no_wait 

What is the expected output? What do you see instead?
The command, '$browser.button(:name,'btnG').click_no_wait' should click 
the 'Google Search' button.  But, it does not

What version of the product are you using? On what operating system?
Firewatir that comes with Watir 1.6.2  
Operating System - Windows XP Service Pack 2  
Browser - Mozilla Firefox 3.0.7

Original issue reported on code.google.com by vaidyali...@gmail.com on 25 Mar 2009 at 3:09

GoogleCodeExporter commented 9 years ago
moved to http://jira.openqa.org/browse/WTR-402

Original comment by zeljko.f...@gmail.com on 5 Nov 2009 at 2:43

GoogleCodeExporter commented 9 years ago
Ticket moved to http://jira.openqa.org/browse/WTR. Please see comments for
the exact URL.

Original comment by zeljko.f...@gmail.com on 20 Nov 2009 at 10:39

GoogleCodeExporter commented 9 years ago
Facing the same problem in FireWatir version 1.6.5

This becomes a major issue because of the fact that Popup handling becomes kind 
of 
impossible with out the "click_no_wait" method.

Help!!!

Original comment by joybe...@gmail.com on 23 Apr 2010 at 3:43

GoogleCodeExporter commented 9 years ago
I'm in the same situation... waiting for this in order to handle to click a 
javascript dialog window

Original comment by TCBl...@gmail.com on 14 Jul 2010 at 4:44