Start IFrame
The Start IFrame component in Robbot RPA enables you to switch the context to an iframe within a webpage. It locates the iframe element using the specified XPath and sets the context to perform actions within the iframe.
Parameters
XPath : Enter the XPath expression that corresponds to the iframe element on the webpage. Type : String
Usage
To use the Start IFrame component in your Robbot RPA project, follow these steps:
Open your Robbot RPA project.
Drag and drop the Start IFrame component into your sequence or workflow.
Set the XPath parameter by entering the XPath expression that corresponds to the iframe element on the webpage.
Continue building your sequence or workflow by adding other components or actions as needed. All subsequent actions within the sequence or workflow will be performed within the iframe.
Execute your sequence or workflow to perform actions within the iframe.
By using the Start IFrame component, you can switch the context to an iframe and interact with its contents, such as filling out forms or clicking on elements specific to that iframe.