Hi,

It seems that there are some problem with following methods with
frames... are there any other ways we can have all images, spans,
links, divs, frames, tables from the frames?

1) Error: NoMethodError: undefined method `show_images' for
#<Watir::Frame:0x3f15bc8>
puts $browser.frame("#...@frame}").show_images
puts $browser.frame("#...@frame}").show_spans
puts $browser.frame("#...@frame}").show_labels
puts $browser.frame("#...@frame}").show_links
puts $browser.frame("#...@frame}").show_divs
puts $browser.frame("#...@frame}").show_frames
puts $browser.frame("#...@frame}").show_tables

Following are working fine:
puts $browser.frame("#...@frame}").show_all_objects
puts $browser.frame("#...@frame}").html
puts $browser.frame("#...@frame}").text
puts $browser.frame("#...@frame}").links.each { |lnk|puts lnk.text; puts
'-----'}

Thanks,
Jagdeep
--~--~---------~--~----~------------~-------~--~----~
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 following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to