Switch To

Switch to another frame.

This activity switches the control from the current frame to another frame.

Input

  • Browser : IWebDriver Variable Required The 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 Argument Seconds to wait until the element is found.

Target

  • Element Selectors : Required The 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