Help Centre › Building Processes
This article provides an overview of the BROWSER functions available in RPA.
Description
The BROWSER functions allow you to automate interactions with web browsers, enabling you to navigate, click, and manipulate web pages programmatically.
Available BROWSER Functions
- Back: Navigates to the previous page.
- Bring the browser to the front: Brings the browser window to the foreground.
- Check / tick an element: Checks or ticks a checkbox element.
- Click an element: Clicks on a specified element.
- Click on an alert: Handles a browser alert dialog.
- Close a tab / page: Closes the current browser tab or page.
- Complete a form: Fills in and submits a form.
- Copy a table to memory: Copies a table into memory for later use.
- Count elements on a page: Counts matching elements.
- Double click an element: Double-clicks on an element.
- Forward: Navigates to the next page.
- Get element attribute: Retrieves an attribute value from an element.
- Home: Navigates to the browser home page.
- Log in: Logs in to a website.
- Make the browser fullscreen: Sets the browser to fullscreen mode.
- Maximize the browser window: Maximises the browser window.
- Minimize the browser window: Minimises the browser window.
- Move the mouse pointer: Moves the mouse pointer to a specific location.
- Navigate: Navigates to a specified URL.
- Open the browser: Opens the browser and navigates to a URL.
- Press: Presses keyboard keys in the browser.
- Refresh: Refreshes the current page.
- Reset password: Resets a password on a website.
- Run javascript: Executes custom JavaScript in the browser.
- Screenshot an element: Takes a screenshot of a specific element.
- Scroll to an element: Scrolls to bring an element into view.
- Select a dropdown option: Selects an option from a dropdown.
- Select a tab: Selects a specific browser tab.
- Set element attribute: Sets an attribute value on an element.
- Submit a form: Submits a form on the page.
- Test if an element is clickable: Tests whether an element can be clicked.
- Test if an element is enabled: Tests whether an element is enabled.
- Test if an element exists: Tests whether an element exists on the page.
- Test if elements exist and values are correct: Verifies elements exist with expected values.
- Test if text exists on the page: Tests whether specific text appears.
- Uncheck / untick an element: Unchecks a checkbox element.
- Upload a file: Uploads a file through a file input.
- Wait for an element's visibility to change: Waits until an element becomes visible or hidden.
- Wait for an input's value to change: Waits until an input value changes.
- Write: Types text into an element.