Customizable variables in tests
$
(e.g. $firstname) by adjusting the enter text
step. For each environment you can configure custom variable values.
Example of custom variables, 11/2024
Custom variable referenced in visual locator picker, 11/2024
json file
. The file has to follow this format:
$OCTO_USERNAME
: the username you configured for use with your page in the sign up flow or the settings$OCTO_PASSWORD
: the password you configured for use with your page in the sign up flow or in the settings$OCTO_URL
: the URL of your page$OCTO_STABLE_UUID
: a random combination of letters and numbers that will be consistent through multiple references across a single run, but different if you run the agent again - full uuid of 36 characters$OCTO_STABLE_UUID_SHORT
: a random combination of letters and numbers that will be consistent through multiple references across a single run, but different if you run the agent again - maximum length of 8 characters.$OCTO_STABLE_RANDOM_CHARACTERS
: eight random lowercase letters that will be consistent through multiple references across a single run, but different if you run the agent again.$OCTO_TOTP
: 2-Factor Authentication code if you require if for the login. Find out more about 2-FA enrollment$OCTO_EMAIL
: email address for 2 factor email flows.$$OCTO_CLIPBOARD
: will template the clipboard content at runtime with the (text) value of the clipboard.Example of extract step, 03/2025
extract value
step.
The new drop down option attribute
allows you to extract the value of an attribute from an element.
Example of extract step with attribute, 06/2025