-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Description
A clear and concise description of the bug.
Steps to Reproduce
- Run command
maestro-runner test my-flow.yaml - With flow file (see below)
- See error (see bel)
Expected Behaviour
I expect maestro-runnner to be able use regex when selecting the ID value. See: https://docs.maestro.dev/maestro-flows/flow-control-and-logic/how-to-use-selectors#best-practices (Handle Dynamic Values with Regex)
Actual Behaviour
See error. Regex did not appear to be used.
Environment
- OS: macOS 26.3
- Go version: go1.26.0
- maestro-runner version: 1.0.7
- Executor: UIAutomator2??? (not sure)
- Device/Simulator: pixel6 API 34 Emulator
Flow File
appId: abc
---
- assertVisible:
id: my-item-id_.*Error Output
assertVisible: id="my-item-id_.*" (17.0s)
╰─ Element not visible: context deadline exceeded: no such element: An element could not be located on the page using the given search parameters
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working