Switch To
Switch to another frame.
This activity switches the control from the current frame to another frame.
Input
- Browser : - IWebDriver Variable- RequiredThe variable name refers to the opened web browser.
- Switch Target : Specifies the target frame to switch to. The available options are: - Parent : Switch to the parent frame. 
- Element : Switch to the specified frame element. 
 
- Wait Timeout : - Integer ArgumentSeconds to wait until the element is found.
Target
- Element Selectors : - RequiredThe Web Element selectors which will be used to find the target frame element. We can edit the selectors of the specified web element using the Web Element Selector Editor Window.
Last updated
