Ruby for WATIR

S

Sindhu Up

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
 
M

Mike Stephens

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.
 
S

Sindhu Up

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".
 
S

Sindhu Up

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
 
R

Ruby Student

[Note: parts of this message were removed to make it a legal post.]

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.
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
 
S

Sindhu Up

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.
 
S

Sindhu Up

yes the main source page has frames defined..but why i get "there are 0
frames"

when i use the function "ie.show_frames".
 
P

Prince Soni

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top