Skip to content

Selectors Reference

Selectors tell Arqon Maestro what object to operate on.

Video placeholder: selector examples across code and browser contexts.

Common Structural Selectors

  • line
  • word
  • character
  • function
  • method
  • class
  • parameter
  • file
  • tab

Positional Selectors

  • first
  • second
  • third
  • next
  • previous
  • start of
  • end of

Examples:

  • second method
  • end of function
  • start of file

Text Selectors

You can also target visible text directly.

Examples:

  • go to deposit
  • click reverse a string in python
  • change 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