[wtr-general] Celerity Question - java.net.ConnectException

2010-06-16 Thread Alister Scott
Hi, I am having an issue with running a basic celerity script, and couldn't find a celerity mailing list so I thought I would try here. I am trying to get celerity running, and using the example script on http://celerity.rubyforge.org/ I am using JDK 1.6.0_20 JRuby 1.5.1 Celerity 0.7.9 from

Re: [wtr-general] Re: Verify tab order (tab index) on an HTML page

2010-06-16 Thread siva
Below is the code to find tab order auto=WIN32OLE.new('AutoItX3.control') # mark the first control in order to prevent indefinite loop. auto.Send({TAB}) auto.Send({TAB}) element = ie.show_active tabOrder = 1 controlKey = EthDomain while (element != nil or element != ) if (element.include?

[wtr-general] Re: How to handle a pop up (google chrome)

2010-06-16 Thread NumOi3
thankyou but it still not work i use watir-webdriver to run on google chrome and i didn't found lib - enabled_popup.rb for watir-webdriver and chromewatir too and i can not use click_no_wait method too so i think chromewatir not support popup , am i right? On Jun 16, 4:13 am, orde

Re: [wtr-general] Celerity Question - java.net.ConnectException

2010-06-16 Thread Željko Filipin
On Wed, Jun 16, 2010 at 8:41 AM, Alister Scott alister.sc...@gmail.com wrote: I am having an issue with running a basic celerity script, and couldn't find a celerity mailing list I found something, I know celerity-us...@rubyforge.org is active. http://rubyforge.org/mail/?group_id=6198

Re: [wtr-general] Element #visible?

2010-06-16 Thread Ethan
I agree - I've brought this up on the development mailing list before. I've also changed the behavior in vapir, my fork of watir. On Wed, Jun 16, 2010 at 15:56, chandu.tennety chandu.tenn...@gmail.comwrote: Hi, The visible? method returns false for a disabled element that is visible on the

[wtr-general] Re: Celerity Question - java.net.ConnectException

2010-06-16 Thread Alister Scott
Thanks for the lead Zeljko. I found a topic on using celerity behind a firewall which fixed my problem. http://rubyforge.org/forum/forum.php?thread_id=46879forum_id=24213 -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this

[wtr-general] Re: How to handle a pop up (google chrome)

2010-06-16 Thread orde
so i think chromewatir not support popup , am i right? To be honest, I really don't know since I don't use chromewatir and I don't know if chromewatir is actively supported by its primary developer at this point. If there was info on handling popups with chromewatir, I'd expect it to be on that

Re: [wtr-general] How to read a google doc or send a google mail?

2010-06-16 Thread Wesley Chen
I just want to have a try on the gmail and goog doc. In fact, I can use ruby-mail to get emails and send email in google. I think google mail and google doc are really welcome, if I can access them in Watir, that would be great. Wesley. For life, the easier, the better. On Mon, Jun 14, 2010 at