Selectors Reference¶
Selectors tell Arqon Maestro what object to operate on.
Video placeholder: selector examples across code and browser contexts.
Common Structural Selectors¶
linewordcharacterfunctionmethodclassparameterfiletab
Positional Selectors¶
firstsecondthirdnextpreviousstart ofend of
Examples:
second methodend of functionstart of file
Text Selectors¶
You can also target visible text directly.
Examples:
go to depositclick reverse a string in pythonchange say hello to print greeting
Selector Strategy¶
When a short selector is ambiguous, say more:
- not just
method - say
second method - or
method deposit - or
go to deposit