Ruby for WATIR

Hi,
I am trying to automate one web based application…I encountered one
page which has 5 source pages in html…Which source page it wil
read…How to specify the links and button in a specific source
page…Pleas help me out if any have idea on this.

Regards
Sindhu

Watir reads the screen generated by the browser. The beauty of this is
all the hard work of fetching and arranging all the data is done by
Microsoft. All you need to worry about is which display/interaction
areas on the screen you want deal with.

Can i specify the source page in the ruby code of watir…my web page
contain many source page.I n a single web page i get different source if
i right click the mouse and select “view source”.

In my web page i have one gif image and some links…But if i try to
display all objects in web page using "ie.showAllObjects " ,it is not
displaying these objects in the page.

Reagards
Sindhu

On Tue, Apr 14, 2009 at 8:02 AM, Mike S. [email protected]
wrote:

Watir reads the screen generated by the browser. The beauty of this is
all the hard work of fetching and arranging all the data is done by
Microsoft. All you need to worry about is which display/interaction
areas on the screen you want deal with.


Posted via http://www.ruby-forum.com/.

Sure, but Watir does not work correctly on Ruby 1.9.1.If you would care
to
look, please see my post:
Help watir from April 13.
I would actually love to get it working.

Thank you

Not dealing with frames.when i tried to display fames using
“ie.show_frames”,
it gave the result as --“there are 0 frames”–.

In a single web page i get 5 html source files.

On Apr 14, 8:09 am, Sindhu Up [email protected] wrote:

Can i specify the source page in the ruby code of watir…my web page
contain many source page.I n a single web page i get different source if
i right click the mouse and select “view source”.

You mean with frames?
http://wiki.openqa.org/display/WTR/Frames

yes the main source page has frames defined…but why i get “there are 0
frames”

when i use the function “ie.show_frames”.

Hi,

watir is not able to identify model dialog in my application.
Scenario : After click on a button one dialog appears.I have to enter
text in the dialog edit box and then need to click on the submit button.
Please provide some code for the same.

Thanks
Prince