Did you read this?
http://wiki.openqa.org/display/WTR/Frames
Also, show us your Watir code.
Željko
--
watir.com - community manager
watirpodcast.com - host
testingpodcast.com - audio podcasts on software testing. all of them
vidipodkast.com - pričamo o hardveru, softveru i časopisu Vidi
--
Bef
Hi All,
I have code like this
can anyone help me on how to access those elements html code too
large so i couldnot post it here
thanks,
Kartheek
--
Before posting, please read http://watir.com/support. In short: search before
you ask, be nice.
You received this message because
Hi all,
I'm trying to grab and print the text 'db_ABC' from the browser page.
On the page, the text is "Connected to: Current Database (db_ABC)".
The html code is:
Connected to:
Current Database
(db_ABC)
Created:
Fri, 14 Nov 2008 14:37:31 GMT
When I try:
@ie.div(:id, db_top).span(:id, db_da