[wtr-general] undefined method `element_by_xpath' for #Watir::IE:0x2bbabf0 (NoMethodError)

2010-08-17 Thread goutham mandadi
Hai, can any one please help me on how to resolve this Thanks, Mandadi -- 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/group/watir-general To post:

[wtr-general] Jssh for Firefox 4.0 beta3

2010-08-17 Thread al3kc
Does any one has jssh for FF4.0? -- 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/group/watir-general To post: watir-general@googlegroups.com To unsubscribe:

[wtr-general] click on html element

2010-08-17 Thread TCBlues
Hi, I need to click on an html element using watir and firewatir, for example: tdA/td Since this is not a button or a link... how can I do it? -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed

[wtr-general] Re: click on html element

2010-08-17 Thread TCBlues
the html I need to access has no ids or names: table... tdA/tdtdB/td/table and also sometimes I need to click on words without any tag: html...body...div.../divtable.../table The text I want to click /body/html On 17 ago, 12:27, TCBlues tcbl...@gmail.com wrote: Hi, I need to click on an

[wtr-general] Re: click on html element

2010-08-17 Thread TCBlues
is it possible to click any element using an id... something like ie.element(:id,myid).click On 17 ago, 12:45, TCBlues tcbl...@gmail.com wrote: the html I need to access has no ids or names: table... tdA/tdtdB/td/table and also sometimes I need to click on words without any tag:

[wtr-general] Re: unable to find element using xpath

2010-08-17 Thread chandu.tennety
Goutham, Can you tell us which version of Watir you are using? What is the output when you type gem which watir on the command line? Chandu On Aug 17, 12:57 am, goutham mandadi goutham.mand...@gmail.com wrote: Hai Angrez, can u please help me on this i have seen ur post  regarding this but i

Re: [wtr-general] Re: unable to find element using xpath

2010-08-17 Thread goutham mandadi
hai chandu, I am using 1.6.5 version of watir thanks, goutham On Tue, Aug 17, 2010 at 6:00 PM, chandu.tennety chandu.tenn...@gmail.comwrote: Goutham, Can you tell us which version of Watir you are using? What is the output when you type gem which watir on the command line? Chandu On Aug

[wtr-general] Re: undefined method `element_by_xpath' for #Watir::IE:0x2bbabf0 (NoMethodError)

2010-08-17 Thread Chuck van der Linden
The most likely explanation when you see 'undefined method' (and you haven't mispelled the method or something like that) is that the browser object is no longer pointing at an instance of a web browser. That can happen in IE when the security context of the site changes (e.g. the browser starts

[wtr-general] Re: unable to find element using xpath

2010-08-17 Thread Chuck van der Linden
As an alternative, could you perhaps persuade your developers to add an attribute to the areas that would make it easier for you to identify them (such as and ID or Name?) This also makes me wonder on the dev side, why we don't support 'title' as a means to identify area's ? is there some

Re: [wtr-general] Re: unable to find element using xpath

2010-08-17 Thread goutham mandadi
Hai Chuck, Thanks for ur reply we can add id or name for this element but why is element by xpath is not working for me can u help me on this Thankyou, Goutham On Tue, Aug 17, 2010 at 8:48 PM, Chuck van der Linden sqa...@gmail.comwrote: As an alternative, could you perhaps persuade your

Re: [wtr-general] Re: unable to find element using xpath

2010-08-17 Thread Eric Mathiesen
You could also use orb and .flash the index. On Aug 17, 2010 8:23 AM, goutham mandadi goutham.mand...@gmail.com wrote: Hai Chuck, Thanks for ur reply we can add id or name for this element but why is element by xpath is not working for me can u help me on this Thankyou, Goutham On Tue, Aug

Re: [wtr-general] Re: undefined method `element_by_xpath' for #Watir::IE:0x2bbabf0 (NoMethodError)

2010-08-17 Thread goutham mandadi
Hi Chuck, yeah you are right when logging in to application it is displayed as https and then at home page it is normal http. is their any specific url i need to give in how can u please give me an example Thanks, Goutham On Tue, Aug 17, 2010 at 8:39 PM, Chuck van der Linden

Re: [wtr-general] Re: unable to find element using xpath

2010-08-17 Thread goutham mandadi
Hi eric, I did not get you what are orb and .flash i am new to watir Thanks, Goutham On Tue, Aug 17, 2010 at 8:58 PM, Eric Mathiesen mathiese...@gmail.comwrote: You could also use orb and .flash the index. On Aug 17, 2010 8:23 AM, goutham mandadi goutham.mand...@gmail.com wrote: Hai

Re: [wtr-general] Re: unable to find element using xpath

2010-08-17 Thread goutham mandadi
Hai, c:/ruby/lib/ruby/site_ruby/1.8/watir.rb this is path from which it is executing here in watir.rb i couldnot find method element_by_xpath how to add this thanks, goutham On Tue, Aug 17, 2010 at 9:08 PM, goutham mandadi goutham.mand...@gmail.comwrote: Hi eric, I did not get you what are

Re: [wtr-general] Re: unable to find element using xpath

2010-08-17 Thread Charley Baker
Shouldn't be in site_ruby, that's gotta be version 1.4.1 with the Watir installer. Uninstall that and make sure you're reinstall the Watir gem, worst case wipe the ruby directory and install the latest Watir gem, should be 1.6.5 and run from the gem directory, not site_ruby. Charley Baker Lead

[wtr-general] Re: How to verify a result in a pop-up message dialog?

2010-08-17 Thread orde
Check out: http://wiki.openqa.org/display/WTR/Pop+Ups Hope it helps. orde On Aug 17, 7:33 am, Chan Nguyen atbl1...@gmail.com wrote: Hi Charley, Thanks for your response, however I think it's too general for a newbie for me. By mailing list, did you mean searching in this 'watir' group?