Scripts Tab
Last updated
Was this helpful?
Last updated
Was this helpful?
The scripts tab is useful for automating clicks and inputs for non preset sites. You can create your own DIY Scripts for bot restocks or sites that you don't have a bot for.
1) Start by Selecting ADD to create an input for the script.
2) Website: Input the website URL for the page you want to automate.
3) Input: This is what you want the program to type in, this would be maybe your name, or login info, or payment details
4) Drop Down: Click - Clicks a button | Input - Inputs the input information above.
5) Delay: Delay in milliseconds between actions
6) Selector: This is the XPATH element of the input box or button you want the script to select.
To find the XPATH element right click the page and select inspect.
Select the ELEMENTS tab and then click the selector icon (see image)
Find your button / text box and click it
Once you have clicked the button / box you will see it show up in the elements section
Right click the selected information in the elements section and click copy as XPATH
With this XPATH copied you can input this in your extension in the selection section.
Click save to save the script