Documentation
HomepageLog InRegisterPricingWhy DogQ
  • Documentation
    • Get started
    • Scenario steps
    • Selectors
      • Selectors in DogQ
      • Beginner's Guide to XPath
      • CSS Selectors 101
    • Reserved words
    • Interacting with JS Popups
    • Editing tests
    • Organizing tests
    • Macros
    • Workflow tips
    • AI-powered tools
      • AI Step generator
      • AI Healer
      • AI Suggester
    • Scheduling
    • Team
      • Squads
    • Recordings (beta)
    • Integrations
      • CI/CD
      • Slack
    • DogQ User-Agent
  • Use Cases
    • Component testing
    • Transient elements
    • Select-option dropdowns
  • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Documentation

Reserved words

Learn about additional interactions DogQ allows you to perform with the help of pre-programmed identifiers.

PreviousCSS Selectors 101NextInteracting with JS Popups

Last updated 11 months ago

Was this helpful?

Reserved words are specific built-in values that allow you to use DogQ tools in alternative modes or for specific purposes. Here's a list of reserved words in DogQ toolkit:

  • Random (Type into): used for generating random non-duplicate test data. Check out the full description in .

  • KeyEnter (Type into): used to simulate pressing the Enter key on the keyboard.

  • JavascriptPopup (Find element, Find input): this identifier is reserved for interacting with default Javascript popups (alert, confirm, prompt). Check out the dedicated documentation .

  • \n (Type into): used to create a new line.

Scenario steps
Learn more
page
Learn more