maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Painless Mobile UI Automation

Results 326 maestro issues
Sort by recently updated
recently updated
newest added
trafficstars

**Is your feature request related to a problem? Please describe.** Yes, the current limitation is the inability to directly manipulate emulator/device settings and interact with the device's Clipboard during automated...

enhancement

**Is your feature request related to a problem? Please describe.** I want to test deep links with my app, from another app. So I would like to be able to...

enhancement

**Describe the bug** If I set `executionOrder` and `flowsOrder` in `config.yaml`, then try to run maestro with `exclude-tags` or `include-tags`, I get the following error: ``` ❯ maestro test frontend/mobile/test/flows/...

bug

**Describe the bug** When using `Sequential Execution` running test locally, if you supply a tag via `includeTag` and also a flow name (which has the included Tag inside the flow)...

bug

I am using `runScript` to execute a JS script but, I get the following error: ``` TypeError: TypeError: setTimeout is not a function, it is object. (scripts/fetch-invitation-url.js#11)} ``` Inside the...

Hello, I wanted to know if any work had been started on supporting real iOS devices. Thank you in advance.

enhancement
epic
P2

I used Maestro in the past but since some months Maestro is not longer working on more than one Macbook with ARM M1. Test already done without success: - installing...

bug
android
needs-information
physical device

**Describe the bug** When a failure occurs on android, an `UNKNOWN` exception is thrown when a screenshot is attempted to be taken. ``` [INFO ] maestro.utils.ScreenshotUtils - Taking screenshot to...

bug

Not seeing ID for most of the elements this is forcing me to use only the 'Text' property to 'tapOn' and navigate. When using apps with multiple languages, the Text...

**Describe the bug** Having some trouble unsetting permissions on iOS, if to use `clearState` or specifically try unset permissions like this: ``` - launchApp: appId: "com.app.id" clearState: true permissions: all:...

bug