Skip to content

Browser Action

Browser actions.

Capture Tab

If you want to take a screenshot of the page then you can use this.

INFO

Will capture the entire page if you are using Firefox browser.

Go Back to Previous Page

if element value is false then skip this action (also set tab id in the element value)

Go Forward to Next Page

if element value is false then skip this action (also set tab id in the element value)

Reload Tab

if element value is false then skip this action (also set tab id in the element value)

Focus Tab

It is used to focus the browser's tab.

OptionsDescriptionRequired
Field Value- If field value is empty then focus active tab.
- If field value is false then skip focus tab action.
- You can also set the Tab Id in the field value.
No

Focus Window

It is used to focus the browser's window.

OptionsDescriptionRequired
Field Value- If field value is empty then focus active window.
- If field value is false then skip focus window action.
- You can also set the Window Id in the field value.
No

Close Browser Tab

This field type can be used to close the browser Tab.

Field Value
  • if field value is empty then close active tab.
  • if field value is false then skip close tab action.
  • You can also set the Tab Id in the field value.

Close Browser Window

This field type can be used to close the browser Window.

OptionsDescriptionRequired
Field Value- If field value is empty then close active window.
- If field value is false then skip close window action.
- You can also set the Window Id in the field value.
No

Set Download Item File Name

If you want to change the name of the file being downloaded in the browser, then use it before clicking on the download button.

Field Value
  • File Name: fileName
  • File Name with Folder: foldername\fileName
  • Variable with Folder: foldername\{{predefine_variable}}
  • ⚠️ You do not have to give the full path of the folder (D:\Excel), you can only give the name of any folder in the Download Folder of the PC.

Insert CSS

Inserts a CSS stylesheet into page.

Set Local Data

It is used to store any data in browser storage. The data is stored in a unique key. With this unique key you can Get/Fetch or Remove that data.

Get Local Data

We can fetch the data stored through Set Local Data through the unique key of that data.

Settings

  • Wait until the given key data is received
  • Delete the data after getting the key data

Remove Local Data

We can delete the data stored through Set Local Data through the unique key of that data.

Released under the MIT License.