[wtr-general] How to access input boxes defined in an iframe

2009-07-23 Thread basu
Hi , HTML structure is like this, html body div iframe src=xyz html body div input id=abc123 input id=efg456 /div /body /html /iframe /div

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-23 Thread Angrez Singh
Don't think so, we need to compile the JSSH with newer version of Firewatir on MAC OSX On Thu, Jul 23, 2009 at 8:17 AM, Lonny Eachus lon...@gmail.com wrote: There have been no replies to the above. Does anybody know if this works? Does anyone have a workable XPI for OS X? On Jul 6, 4:23

[wtr-general] Re: How to access input boxes defined in an iframe

2009-07-23 Thread Dylan
I would try browser.frame(:src,xyz).div(:id,/.*/).text_field (:id,abc123) -Dylan On Jul 22, 11:14 pm, basu bas.go...@gmail.com wrote: Hi , HTML structure is like this, html     body        div           iframe src=xyz             html               body                  div          

[wtr-general] Re: Issues with the P element

2009-07-23 Thread Željko Filipin
On Wed, Jul 22, 2009 at 8:04 PM, Tristan Goffman tgoff...@gmail.com wrote: Hi, I've been using Watir:IE and what I'm trying to do is write text, innerHTML into a p You are trying to write text inside p tag? How do you do it manually (not using Watir)? Željko -- http://watirpodcast.com/

[wtr-general] Re: Watir support java applets

2009-07-23 Thread Željko Filipin
On Thu, Jul 23, 2009 at 6:08 AM, Rohan Ojha rohan.o...@bsil.com wrote: So does that mean I can still use Watir to drive this applet since the object seems to be available to me in the view source ? If you post some html and tell us what you want to do, we can try to do it. Željko

[wtr-general] Re: Watir support java applets

2009-07-23 Thread Chethan
Hi If your looking for Browser with a Java applet automation, by using 'AutoItX3.Control' which supported by Watir as Win32 OLE. I have used this earlier. You may not use all the AutoIT functions/Api but most of them are workable. I will give you more info on this tomorrow Thanks, Chethan

[wtr-general] Re: customize xml generated by ci_reports

2009-07-23 Thread Tony
Hi Marlon, Now you dont need to use require 'ci/reporter/rake/ test_unit_loader.rb' Instead only require the modified file. Thanks, Tony --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post

[wtr-general] Re: customize xml generated by ci_reports

2009-07-23 Thread pallavi shashidhar
Hi there, Am using Ci_reporter (not the one you have mentioned. The original one.) I have an ERP suite which has watir scripts of various projects under it: This is the structure: ERP - stores - works - payroll - financials When i run them as a suite all the testcases are run

[wtr-general] Re: Watir support java applets

2009-07-23 Thread Željko Filipin
2009/7/23 Rohan Ojha rohan.o...@bsil.com Please look into the html attached I see only a blank page. Looks like everything is in frames that are not included in mht file. Željko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[wtr-general] Re: customize xml generated by ci_reports

2009-07-23 Thread Dylan
If I am understanding your question correctly, one method would be to use Tony's modified reporter file and put each project in its own test suite. This would produce 1 xml file with each project in its own testcase/testcase tags. Doing this with the original CI_Reporter will create a separate

[wtr-general] Re: Watir support java applets

2009-07-23 Thread Chuck van der Linden
most of the attachements appear to be empty. (nor for that matter, am I sure that Elcom would be terribly happy if you posted all the code for their app.) Unless there is a test or demo site that could be accessed via the internet to sort of 'play' with the application we may be limited here to

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-23 Thread venkatesh kumar
Hi Angrez, Please provide a JSSH which works all time. I am really fedup, sometimes it works sometimes it does't. Now its not working tried all what you said before. Thanks, venkat http://prog2impress.com/ On Thu, Jul 23, 2009 at 12:05 PM, Angrez Singh ang...@gmail.com wrote: Don't think so,

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-23 Thread Lonny Eachus
Well, I would be willing to do it if I had some explicit instruction. I did not quite follow all of the conversation on the topic. Lonny Eachus = On Jul 22, 11:35 pm, Angrez Singh ang...@gmail.com wrote: Don't think so, we need to compile the JSSH with newer version of

[wtr-general] Re: Find the parent window of a javascript prompt

2009-07-23 Thread sHiVa
Thnkas Tony. I will look into it. Would you provide a sample code snippet? Regards Siva On Jul 20, 2:04 pm, Tony ynot...@gmail.com wrote: Hi Siva, Not possible to get the popup text through the autoit or win32ole. You can however get the text through from the dialog box dom using

[wtr-general] Re: customize xml generated by ci_reports

2009-07-23 Thread Marlon Mojares
Yeah its working now this is a good start. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the

[wtr-general] Re: Firefox 3.5 compatible with FireWatir?

2009-07-23 Thread Joseph Liu
You can try the attached version of jssh for os x. I've added an option to specify the port which jssh starts on, but if no port is specified it should default to 9997 and work with firewatir. Specify port via: ./firefox-bin -jssh port Joseph -Original Message- From: