*Setting*
Resource  ../resource.txt
Test Setup  Go To Page "frames/frameset.html"
Test Teardown  UnSelect Frame


*Test Cases*

Frame Should Contain
  Frame Should contain  right  You're looking at right.
  Frame Should Contain  left  Links

Select And Unselect Frame
  [Documentation]  LOG 2 Selecting frame 'left'.
  Select Frame  left
  Click Link  foo  don't wait
  Unselect Frame
  Select Frame  right
  Current Frame Contains  You're looking at foo.
