Scripts

Overview:

  • Click - will click an element

  • Fill - will fill a text field

You can create / edit / delete / duplicate 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:

  1. Run on all websites - leave the field blank

  2. Run on a certain domain - input the domain name (eg. “enigmarobotics.io”)

  3. 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

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

We recommend you use selectors over keywords when possible.

How to get an element’s selector

  1. Open element selector on the page you want to get a selector from (CTRL + Shift + C)

  2. Select the needed elements

  3. In the “elements” tab on the right, right-click on the selected elements, hover over “copy”, and select “copy selector”

Step 2
Step 3

Value

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:

  1. 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?