Activate webpage
1. Component introduction
Prerequisite components: Open new webpage or Get opened webpage
This component brings the browser that contains an open webpage to the foreground on the Windows desktop and activates the webpage within the browser.
2. Inputs
See the help information for each input in the component panel of the application flow editor.
3. Outputs
See the help information for each output in the component panel of the application flow editor.
4. Component usage examples
4.1. Component configuration example
In the
Activate opened browser objectfield, select v_web_obj_1, which is the output of the prerequisite component: Open new webpage or Get opened webpage.
4.2. Example execution result
The component activates the specified browser page object in Chrome.
5. Flow creation example
Setup flow
Use the Get opened webpage component to retrieve a specific page from an open browser.
Use the Open new webpage component to open the Chrome browser and navigate to Baidu.
Use the Activate webpage component to select the specified browser object.
Execution result
The flow selects the first page in the Chrome browser with a title that contains "Robotic Process Automation (RPA)". Then, it opens a new page to access Baidu. Finally, it activates the object of the first webpage and brings that page to the front.
