Selectframe

Changes the focus of the current session to the frame identified with the Element Locator attribute.

Required Attributes
locator
Element Locator to identify the html element.
Usage Examples
Example #1
<selenium baseurl="...">
   
<selectFrame locator="frame2" />
</selenium>