A guide on running the scripts is soon to come.
Syntax:
BROWSER="BROWSERNAME"
Currently supported browsers: "CHROME"
Syntax:
# Singleline Comment
/
Multiline Comment
/
Syntax:
OPEN "urltowebsite"
Syntax:
CLICK[index] CLASS/ID "class/id name"
Note: If no index is provided, it will automatically be set to 0.
Example:
CLICK CLASS "readmore-btn" # Index set to 0
CLICK[2] CLASS "figures" # Index is 2
Syntax:
REMOVE[index] CLASS/ID "class/id name"
Example:
REMOVE CLASS "readmore-btn"