GPT Driver User Guide
GPT Driver User Guide
GPT Driver User Guide
  • Getting Started
    • πŸš€Getting Started
    • πŸ”ƒUploading a Build File
    • πŸ§™β€β™‚οΈCreating Tests
      • Commands
        • Tap Command
        • Type Command
        • scroll Command
        • scrollUntilVisible Command
        • swipe Command
        • slide Command
        • wait Command
        • assertVisible Command
        • openLink Command
        • pressBackButton Command
        • launchApp Command
        • restartApp Command
      • πŸ‘οΈwithVision: Instructions
      • 🧠AI Instructions
    • 🏁Executing Tests
  • ☎️Device Configuration
  • βš™οΈUnder the Hood
  • Getting Around
    • ✏️Test Editor
    • πŸ›°οΈTest Overview
    • πŸ…Test Reports
    • ⏺️Test Recordings
    • πŸ‘€Settings
  • Best Practices
    • πŸ§‘β€πŸ’»API Documentation
    • Versioning
    • ↗️Templates
    • πŸ–‡οΈTest Dependencies & Prompt References
    • πŸ”—Deep Links
    • πŸ“§Email Verification
    • πŸ“‘Network Calls
    • πŸͺ‘Parameterized Strings
    • πŸ“Changing Device Location
    • πŸͺΆConditional Steps
    • 🐦Nested Steps
    • ⌚Smart Caching
    • πŸ—£οΈEnv. Variables
    • πŸ’―Bulk Step Testing for Robustness
    • πŸ“–Exact Text Assertions
    • πŸ’¬Auto-grant Permissions
  • πŸ§ͺMocking Network Data
  • 🌎Localization Testing
  • Code Generation
  • ❔FAQs
Powered by GitBook
On this page
  • GPT Driver Placeholders
  • Example: How to Generate a New Email Address Using a Timestamp
  1. Best Practices

Parameterized Strings

Parameterized strings let you dynamically insert values.

PreviousNetwork CallsNextChanging Device Location

Last updated 11 months ago

GPT Driver Placeholders

Placeholder
Details
Placeholder
Details
Placeholder
Details

To see all available placeholders, start typing {{ in the prompt editor and select the relevant one.

Example: How to Generate a New Email Address Using a Timestamp

  • To insert a specific string into your email address, use the following template:

test+{{your_string_here}}@mobileboost.io

Replace {{your_string_here}} with the desired string.

  • If you prefer to use a timestamp in your email address, use the following syntax:

test+{{timestamp}}@mobileboost.io

The {{timestamp}} placeholder will be automatically replaced with the current timestamp.

1. Tap on the email input field
2. Type test+{{timestamp}}@mobileboost.io
πŸͺ‘

{{currentDate}}

{{timestamp}}

{{randomNumber()}}

Specify the number of digits in the ()