Web Application Testing in Ruby
Nested Frames
Sometimes a web page that is referenced by the
tag is also a page that contains a tag. This is a nested frame. To deal with this, simply access the nested frame like this:
ie.rame(:name, "rame").rame(:name, "nested_frame")
No comments:
Post a Comment