[wtr-general] Re: whether the frame support the XPath or not?

2008-10-08 Thread jam
Hi, xpath does't support frames. have a look at below link http://wiki.openqa.org/display/WTR/XPath Thanks, jam On Oct 9, 8:31 am, "bugs apple" <[EMAIL PROTECTED]> wrote: > hi, all > > For my script like this, > > ie.frame(:name,"LeftFrame").te

[wtr-general] problem in clicking span

2009-02-13 Thread jam
Hi, Iam having a menu which is getting identified as a link. when I click it iam getting a sub menu. where the submenu items are getting identified as a span. The problem is when i click( iam using ie.span (:text,"span name").click ) nothing happens. Kindly help me in this. T

[wtr-general] Re: problem in clicking span

2009-02-15 Thread jam
Hi Chen, I got the solution. The html is generated dynamically. I used link(:id,id).fire_event("onmouseover") link(:id,id).fire_event("onclick") this seems to work fine Thanks for your kind assistence. Regards, Jam On Feb 13, 4:43 pm, wesley chen wrote: > Would

[wtr-general] Special Characters

2009-02-16 Thread jam
Hi, Iam usingWatir.autoit.Send('username#') when I do this # character is not getting entered. I am using this to handle a authentication popup. kindly help in this. Thanks, Jam --~--~-~--~~~---~--~~ You received this message becau

[wtr-general] Re: Special Characters

2009-02-16 Thread jam
Hi Bill, I tried in another system its not working even there. Iam entering the '#' in authentication popup(Which is not working). I copied and pasted in my app its fine. Kindly let me know how to solve it. Thanks, Jam On Feb 16, 3:42 pm, Bill Xu wrote: > hi: >   I could no

[wtr-general] popup

2009-02-16 Thread jam
m d:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from d:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from popup.rb:4 > whats wrong here. i am using "Watir 1.6.2". k

[wtr-general] Radio button

2009-02-16 Thread jam
Hi, how to check whether radio button is set or not. I tried with set?. does't work. How to do this? Thanks, Jam --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to t

[wtr-general] Re: Radio button

2009-02-16 Thread jam
Thanks it works fine. Regards, jam On Feb 17, 12:19 pm, wesley chen wrote: > Why don't you try  $ie.radio(...).checked? > > Thanks. > Wesley Chen. > > On Tue, Feb 17, 2009 at 2:44 PM, jam wrote: > > > Hi, > > > how to check whether radio button is

[wtr-general] Re: Help......trouble with Watir::Waiter.wait_until

2009-02-18 Thread jam
Hi Darryl, I dont know wait_until. But try this until(button.Exists?) ie.wait(5) end button.click Let me know whether this meets ur requirement? Thanks, Jam On Feb 18, 6:03 am, "Darryl (gem dandy) Brown" wrote: > Hello all, > > Help...I'm having trouble with &

[wtr-general] Help in Authentication Popup

2009-02-19 Thread jam
#x27;Connect to ') Watir.autoit.Send('username') Watir.autoit.Send('{TAB}') Watir.autoit.Send('password') Watir.autoit.Send('{ENTER}') Note: I had referred http://wiki.openqa.org/display/WTR/Basic+Authentication Thanks, jam --~--~-~--~~---

[wtr-general] Re: Help in Authentication Popup

2009-03-09 Thread jam
tart($URL) _IENavigate($ie, $URL, 0) == Hi Bill Agee, Even if I put ie.start() in a seperate thread how can i kill the thread when the command ie.start waits forever. I need to kill the command. Any ideas ?? Someone Please help me in this Thanks, Jam On Mar 9, 6:49 pm, "*underke" wrote

[wtr-general] autoit

2009-03-09 Thread jam
+{TAB}') Watir.autoit.Send('aspiresys\veharinarayana') Watir.autoit.Send('{TAB}') Watir.autoit.Send('Samuel_') = Thanks, Jam --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[wtr-general] Re: autoit

2009-03-10 Thread jam
Hi, Its already installed.. Thanks, Jam On Mar 9, 11:59 pm, "Darin Duphorn" wrote: > Install auto it. > > -Original Message- > From: watir-general@googlegroups.com > > [mailto:watir-gene...@googlegroups.com] On Behalf Of jam > Sent: Monday, March 09, 2

[wtr-general] Dynamic Objects

2009-04-01 Thread jam
Hi, I have a web application where the object property changes from time to time. Has anybody encountered this situation and Index should not be used. Please throw some light on this. Thanks, Jam --~--~-~--~~~---~--~~ You received this message because you are

[wtr-general] Re: Dynamic Objects

2009-04-02 Thread jam
the page load. I suppose here, the application suffixes a particular value. I fixed it. Thanks, Jam On Apr 2, 1:37 am, Charley Baker wrote: > Re-read your post. Do you find it useful? A hint of your html would be good > and your ruby code. Why it changes from time to time would be help