Re: [Wtr-general] Give a solution fo javascript popup

2007-01-25 Thread Charley Baker
I'm not sure I understand what you're saying, but the function of click_link_with_text in Watir Simple is to click a link with the given text. If it's not working the way you expect, you could provide more details? -Charley On 1/25/07, Andrew <[EMAIL PROTECTED]> wrote: Hi Can i use w.click_li

Re: [Wtr-general] Give a solution fo javascript popup

2007-01-25 Thread Andrew
Hi Can i use w.click_link_with_text( "text" ) to click on a link, insted of clicking a button within this function? Thank you - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5883&messageID=17680#17680 ___

Re: [Wtr-general] Give a solution fo javascript popup

2007-01-02 Thread Charley Baker
D] *On Behalf Of *Charley Baker *Sent:* Tuesday, January 02, 2007 2:38 PM *To:* wtr-general@rubyforge.org *Subject:* Re: [Wtr-general] Give a solution fo javascript popup Mark, You mind posting that to the FAQ site? Definitely an FAQ and then you or anyone can send out the url. -Charley On 1/2/07,

Re: [Wtr-general] Give a solution fo javascript popup

2007-01-02 Thread Cain, Mark
ional. --Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charley Baker Sent: Thursday, December 21, 2006 8:22 AM To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] Give a solution fo javascript po

Re: [Wtr-general] Give a solution fo javascript popup

2007-01-02 Thread Charley Baker
*From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Charley Baker *Sent:* Thursday, December 21, 2006 8:22 AM *To:* wtr-general@rubyforge.org *Subject:* Re: [Wtr-general] Give a solution fo javascript popup Google is your friend, searching for watir javasc

Re: [Wtr-general] Give a solution fo javascript popup

2007-01-02 Thread Cain, Mark
lick_no_wait startClicker("OK", 7, "User Input") # 3rd parameter is optional. --Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charley Baker Sent: Thursday, December 21, 2006 8:22 AM To: wtr-general@rubyforge.org Su

Re: [Wtr-general] Give a solution fo javascript popup

2006-12-22 Thread liucongying
Thanks very much!!! - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=5883&messageID=16514#16514 ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyfor

Re: [Wtr-general] Give a solution fo javascript popup

2006-12-21 Thread Charley Baker
Google is your friend, searching for watir javascript dialog, this is the first link: http://www.hanselman.com/blog/ClickingAJavaScriptDialogUsingWatir.aspx -Charley On 12/20/06, liucongying <[EMAIL PROTECTED]> wrote: I use ruby185-21 and watir-1.5.1.1127.gem, I want a solution fo js pop the w

[Wtr-general] Give a solution fo javascript popup

2006-12-20 Thread liucongying
I use ruby185-21 and watir-1.5.1.1127.gem, I want a solution fo js pop the web html is the one in watir \unittests\html ---JavascriptClick.html。 So i hope someone can give me codes of watir to solve js popup,do not use aotoit! thanks