[Wtr-general] Problem with Logon popup window

2007-02-08 Thread Andrew
Hi, I need to click OK button in the Logon Popup with the following details: Window [004e0a92] Title [Connect to qaone.v51test.com] ClassName [#32770] Thread ID [0fcc] Process ID [0da0] Size [width=326, height=282] The problem is that Watir script is not executed, until

[Wtr-general] Send email from Watir script

2007-02-08 Thread Andrew
Hi, Is it possible to send an email with test results from Watir script? Thank you - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6493messageID=18447#18447 ___

Re: [Wtr-general] Cannot select in dropdown box, written in javascript

2007-01-26 Thread Andrew
Thank you guys for fast reply. I found a walk around in my application , using index: value for regular $ie.link(:index, 19).click function. Thanks again and please look into my other issues. - Posted via Jive Forums

[Wtr-general] How to handle calendars - cf_webapp/calendar ?

2007-01-26 Thread Andrew
Hello, I have few calendars options in my application. All of them are cf_webapp/calendar type calendars. Does anybody have experience with this type of calendar or know how to handle them? Thanks - Posted via Jive Forums

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=5883messageID=17680#17680

[Wtr-general] problem to get handle of popup window

2007-01-24 Thread Andrew
Hi All, I have a problem with getting handle of a popup window. I use Ruby 185-21 Watir 1.5.1.1145 Watir is installed with gem install watir on Ruby and directory looks like:C:\ruby\lib\ruby\gems\1.8\gems\watir-1.5.1.1145 Popup window is written in JavaScript: SCRIPT LANGUAGE=JavaScript

[Wtr-general] Logon popup window

2007-01-24 Thread Andrew
Hi All, Does Watir work on HTTP Authentication logon popup windows? Thank you - Posted via Jive Forums http://forums.openqa.org/thread.jspa?threadID=6264messageID=17616#17616 ___

[Wtr-general] Cannot select in dropdown box, written in javascript

2007-01-22 Thread Andrew
Hello, I am new to Watir and need to select an item in a dropdown box. This dropdown is a table and located in a body, written in javascript. I tried regular $ie.select_list( :name , search_clientid).select(qaone), but it doesn't work. Please help! body script type=text/javascript

Re: [Wtr-general] FireWatir performance and watir on linux

2006-09-08 Thread Andrew McFarlane
Angrez, Thanks for investigating this. Andrew From: Angrez Singh [EMAIL PROTECTED] Reply-To: wtr-general@rubyforge.org To: wtr-general@rubyforge.org Subject: Re: [Wtr-general] FireWatir performance and watir on linux Date: Fri, 8 Sep 2006 12:22:54 +0530 Hi Andrew, Currently I don't have

Re: [Wtr-general] input type=image name=xxx How to use itinWatir?

2006-08-02 Thread Andrew McFarlane
Just out of curiosity, did you try browser.button(:src,'http://172.16.54.111/images/buttons/ok.gif').click ? I'm just guessing, but it's worth a try. -Chris Just tried it. Worked. Thanks, Chris. Andrew ___ Wtr-general mailing list Wtr-general

Re: [Wtr-general] Proposal for supporting multiple attributes

2006-06-06 Thread Andrew McFarlane
YES!! Up until now, I have been a lurker on this list who could not use Watir--the main application that I support requires that I be able to use multiple attributes to specify a control. Andrew McFarlane From: Bret Pettichord [EMAIL PROTECTED] Reply-To: wtr-general@rubyforge.org To: wtr

Re: [Wtr-general] Question about Plans for Watir 2.0 Find Objects

2006-03-23 Thread Andrew McFarlane
Bret, I was also looking at the 2.0 plan that you laid out on 5/27/2005, and I didn't see a mention of being able to specify elements using multiple attribute/value pairs. I have seen you mention, however, that you were considering merging (some? all?) WET functionality into WATIR. What do

[Wtr-general] Variable Number and Type of Method Parameters?

2006-01-20 Thread Andrew McFarlane
? Something else? Thanks. Andrew McFarlane ___ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general