Re: [wtr-general] Popup form not displayed when running tests

2014-02-26 Thread Oscar Rieken
http://watirwebdriver.com/browser-popups/ On Tue, Feb 25, 2014 at 2:11 PM, Joann Song wrote: > I am running scenarios which requires filling in fields on a popup form > but it is not being displayed/opening up > during this step: > > When(/^I click the Add button$/)do >@browser.link(:id =>

[wtr-general] Popup form not displayed when running tests

2014-02-26 Thread Joann Song
I am running scenarios which requires filling in fields on a popup form but it is not being displayed/opening up during this step: When(/^I click the Add button$/)do @browser.link(:id => "add-button").when_present.click end The HTML code for the button is the following:

[wtr-general] POPUP HANDLING IN WATIR

2012-01-30 Thread AQUA
Hi All, I have been using this above module to handle popup in my WATIR tests. what I have seen is it works fine when I call a click_no_wait on my submit button. When I try to use fire_event method it doesn't works as expected and the execution halts till i manually click the OK button. Please

[wtr-general] popup 0.0.6 release,introduce it to you.(a new way to do with popup )

2011-10-22 Thread 李亚飞
using watir, I write lots of code to test our production, but complicat browsers required are anony for me. So I release popup project: popup project is designed for doing all type of popups, like alert popup, file popup and others. and is complicat with different windows platfrom, XP,2003

[wtr-general] popup blocker is messing with my scripts

2011-08-05 Thread Anne
Has anyone seen this and/or do you have any recommendations on how to figure out what is wrong? I am trying to click on a link that brings up a new IE window. If I click on the link manually, it brings up the page/window and everything is happy. If I try to click on the link from my script, I see

[wtr-general] Popup Handler error

2011-02-22 Thread Ashu
The following automation code to download a file produces an error undefined method `enabled_popup'. Please help me to resolve it. THanks. Code- require 'watir' require 'watir/contrib/enabled_popup' ie= Watir::IE.new ie.goto("http://http://www.yousendit.com/transfer.php? action=batch_download&batc

Re: [wtr-general] popup problems: how to get back to main browser, Thread join error

2011-01-13 Thread Željko Filipin
Why are you using threads to do it? Zeljko -- 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

[wtr-general] popup problems: how to get back to main browser, Thread join error

2011-01-13 Thread LizLeong
I tried to follow previous posts on this type of popup problem, but I did not find a solution. I'm testing with Firefox browser using watir 1.7.1, ruby 1.8.7, WinXP. What I want to do is this: from main browser click on some text which pops up another browser. I verify something on that second bro

[wtr-general] Popup window click_no_wait and File download

2010-08-31 Thread Jeff Bender
Hallo all, i am new at watir and have got probably a pretty simple question: i have got a main window (title ::main) and open in it a popup window (title ::create) with a click. I attach my popup window and then open a file downlaod in it with click_no_wait. Everything works fine so far, i get my

Re: [wtr-general] PopUp

2010-08-26 Thread Željko Filipin
On Thu, Aug 26, 2010 at 12:29 PM, sivam wrote: > I am getting problem while handling security alert. Is there any way > to handle this pop ups using ruby watir. Yes: http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - a

[wtr-general] PopUp

2010-08-26 Thread sivam
I am getting problem while handling security alert. Is there any way to handle this pop ups using ruby watir. -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/grou

[wtr-general] popup handling

2010-01-21 Thread Naveen devadass
Hi All, I am using following script to handle the pop up but the code is not woking the code autoit.Send("{Enter}") is not working .it doesnot send the key strokes properly please help me in this regard or please give me some other options to handle the pop up effectively.currently i am

[wtr-general] Popup for File downlaods

2009-04-07 Thread spike
Hi I'm really confused working with Pop Up's i'm not able to find any solution for it wat ever script i'm trying its not working for me. The following is the script i used for a file downlaod popup prompt_message = "Do you want to open or save this file?" window_title = "File Download" save_dia

[wtr-general] popup handling

2009-03-03 Thread Vikas Tulashyam
Hi friends, I am getting an error while handling the popup. I have attached the code and following is the error message�� :/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/contrib/ enabled_popup.rb:5: uninitialized constant Watir::PageContainer::Win32 (NameError) from c:/ruby/li

[wtr-general] Popup clicknowait question

2009-02-17 Thread Jason Shelton
All, I am trying the click_no_wait method to click the button in my application that causes a popup, but when I use it the script times out, and the button is never clicked. When I just use 'click' the button is clicked, and the popup is prompted. To use all of the popup techniques descri

[wtr-general] popup

2009-02-16 Thread venky
hallo, I could't require enabled_popup (require 'watir/contrib/ enabled_popup') I am getting an error message < d:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/contrib/ enabled_popup.rb:5: uninitialized constant Watir::PageContainer::Win32 (NameError) from d:/ruby/lib/ruby/site_rub

[wtr-general] popup

2009-02-16 Thread jam
hallo, I could't require enabled_popup (require 'watir/contrib/ enabled_popup') I am getting an error message < d:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/contrib/ enabled_popup.rb:5: uninitialized constant Watir::PageContainer::Win32 (NameError) from d:/ruby/lib/ruby/site_ruby

[wtr-general] Popup is not shown and the script times out!

2008-11-24 Thread Margam
HI all, I am new to Watir and am still in the process of learning (with the examples in the site: http://wiki.seleniumhq.org/display/WTR/Tutorial). I am trying to handle a popup (when deleting email without actually selecting any email for deletion) from the Yahoomail web page. The popup does not