[wtr-general] Multiple errors when searching for element

2011-02-28 Thread nachofault
I am trying out several open source functional test applications and am having a problem with Watir, which I'm sure is self created. For my testing I'm using my bank's website (ftb.com) and in my script I can't find the login text field. Any ideas? ### ruby code #

Re: [wtr-general] [ANN]VTD-XML 2.10

2011-02-28 Thread Željko Filipin
On Mon, Feb 28, 2011 at 2:20 AM, Jimmy Zhang jmmyzhng2...@gmail.com wrote: VTD-XML 2.10 is now released. Why is this posted to watir-general? We do not post at your mailing list when we have a new release. The only two times that you have posted here is when you were announcing new releases of

Re: [wtr-general] Multiple errors when searching for element

2011-02-28 Thread Željko Filipin
On Mon, Feb 28, 2011 at 6:50 AM, nachofault johnbuto...@gmail.com wrote: testing=ie.text_field(:xpath, /html/body/div[@id='wrap']/ div[@id='wrap2']/div[@id='main']/div[@id='content']/ form[@name='SignOn']/table[@id='loginarea']/tr[1]/td[1]/table[1]/tr[2]/

[wtr-general] Poll: What version of ruby do you use? What version of Watir do you use?

2011-02-28 Thread Alister Scott
Hi, We're doing a quick poll about Ruby and Watir versions, so if you could please tell us what you use, that'd be great! http://watir.com/2011/02/28/poll-what-rubywatir-versions-do-you-use/ Thanks, Alister Scott Brisbane, Australia Watir Web Master: http://watir.com Blog:

[wtr-general] Re: Poll: What version of ruby do you use? What version of Watir do you use?

2011-02-28 Thread Ashu
ruby 1.8.6 (2010-02-04 patchlevel 398) [i386-mingw32] watir 1.6.5 :-) On Feb 28, 3:50 pm, Alister Scott alister.sc...@gmail.com wrote: Hi, We're doing a quick poll about Ruby and Watir versions, so if you could please tell us what you use, that'd be great!

[wtr-general] Re: Unable to locate element

2011-02-28 Thread Ashu
Hi, As I am Newbie to ruby and after doing enough research to resolve my problem, I have discovered that I can try to do a HTTP POST or GET. Can anybody suggest provide me a directive in this regard Thanks! On Feb 27, 12:42 pm, Eric Christopherson echristopher...@gmail.com wrote: On Mon, Feb

Re: [wtr-general] Re: Poll: What version of ruby do you use? What version of Watir do you use?

2011-02-28 Thread Željko Filipin
On Mon, Feb 28, 2011 at 12:17 PM, Ashu ashay.n...@gmail.com wrote: ruby 1.8.6 (2010-02-04 patchlevel 398) [i386-mingw32] watir 1.6.5 Please select your combination in the poll. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software

Re: [wtr-general] Multiple errors when searching for element

2011-02-28 Thread Miguel Argollo
Hi, the following script worked for me: require 'rubygems' require 'watir' ie=Watir::Browser.start http://www.firsttennessee.com; ie.link(:text,Log In).click ie.text_field(:name,DetectDemoMode.UserName).wait_until_present ie.text_field(:name,DetectDemoMode.UserName). set Mickey I´m using watir

[wtr-general] Re: Need to get/retrieve value

2011-02-28 Thread Chuck van der Linden
Feel free to use any or all of that in a FAQ entry on 'captcha' stuff. as they come more and more into prevalence I suspect we're going to want one. On Feb 25, 3:24 am, Željko Filipin zeljko.fili...@wa-research.ch wrote: On Fri, Feb 25, 2011 at 9:12 AM, Chuck van der Linden sqa...@gmail.com

[wtr-general] Re: Can Watir support PHP based technology?

2011-02-28 Thread Chuck van der Linden
On Feb 27, 8:44 pm, Ashu ashay.n...@gmail.com wrote: Yes, as the script is running on the IP address, so a webpage opens that is in PHP. Watir can detect the text that is written in td[2] xpath - /html/body/div/div/div[5]/div/div[7]/table/tbody/tr/td[2] But, There is an image file in the

[wtr-general] Can't find an element in a page with javascript:gotolink

2011-02-28 Thread mss
I am trying to automate a phone bill download and have been having success with several sites but I've run up against one from Telus that has me stumped. I'm new to Watir so I'm hoping it's something simple I'm missing. Here's the details... The site has limited html. The text I want to click on

Re: [wtr-general] Can't find an element in a page with javascript:gotolink

2011-02-28 Thread Željko Filipin
On Mon, Feb 28, 2011 at 10:29 PM, mss msill...@pollydude.com wrote: What I'm looking for is an element with the text download e.bill (yes, there is a space before the d and after the l although I've tried it in every permutation) or an href javascript:gotolink('showDownloadLanding.do.

Re: [wtr-general] Can't find an element in a page with javascript:gotolink

2011-02-28 Thread Željko Filipin
On Mon, Feb 28, 2011 at 10:55 PM, Michael Sillers msill...@pollydude.com wrote: a href=javascript:gotolink('showDownloadLanding.do') download ebill /a Are you using Opera Dragonfly to inspect the page? (on my machine: view developer tools opera dragonfly) The link doesn't show up when I ask

[wtr-general] viaqa Watir days

2011-02-28 Thread Željko Filipin
I have talked with Bret last week and he said he will be in Europe in June this year. We are organizing viaqa conference on software testing on June 14th 2011 in Zagreb, Croatia. We have agreed that it would be great if we had Watir days on June 15th and 16th. I hope to see you first in April

Re: [wtr-general] Re: Need to get/retrieve value

2011-02-28 Thread Dave McNulla
I found it quite entertaining. I accidentally laughed water (or was that watir?) through my nose. Dave -- 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