Scripts
Overview:
Click - will click an element
Fill - will fill a text field
You can create / edit / delete / duplicate DIY scripts
You can create unlimited amount of DIY scripts

Script Configuration

Domain
The first field is responsible on which websites the DIY script will be run on. This field has 3 modes:
Run on all websites - leave the field blank
Run on a certain domain - input the domain name (eg. “enigmarobotics.io”)
Run on a certain link - input a full link, and turn on “strict mode” (eg. enigmarobotics.io/dashboard)
Keywords
The second field is responsible for looking for the selected keyword(s). It has 2 search modes
You can input multiple keywords, and separate them with a comma. Selector can be only one
Let’s take a closer look at the difference between keywords and selectors
Selector
Keywords
Does not have any load on your device
Has a heavy load on your device
Can be accessed momentarily
Can take some times to find the right element
More specific element search
Selected keywords can appear multiple times, therefore our extension can select the wrong one
Can only be used on one website
Can use the same keywords on different website
How to get an element’s selector
Open element selector on the page you want to get a selector from (CTRL + Shift + C)
Select the needed elements
In the “elements” tab on the right, right-click on the selected elements, hover over “copy”, and select “copy selector”


Value
Only available for the Fill type DIY scripts
In this field, you have to input the value that you want to use fill an input with
Mode
The last field is responsible for the script execution. Currently it supports only 1 mode:
Delay - Script will be activated after a certain amount of time, after the page has been loaded. You have to input the delay in milliseconds
Last updated
Was this helpful?