maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Painless Mobile UI Automation

Results 214 maestro issues
Sort by recently updated
recently updated
newest added

The `hierarchy` command seems like such a great improvement compared to endless nesting you have to scroll through in Appium's inspector tree view! However, it seems to only return `text`...

I can only see getting started steps for mac and Linux. Does maestro currently support windows? If not do you have a timeline for when we could expect to have...

question

Hello, On iOS, when running `maestro hierarchy`, the command ends with: ```bash Sep 03, 2022 9:59:57 AM io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference cleanQueue SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=1, target=localhost:7001} was not shutdown properly!!! ~*~*~* Make...

Hello, Here is my flow: ```yaml appId: com.android.settings --- - launchApp - tapOn: below: text: "Apps" ``` Below or event Above keywords don't work in the Android app settings (Android...

As stated in the screenshot below, instead of writing `[email protected]`, the driver does not write the @ symbol but adds the quotes instead ![Schermata 2022-09-01 alle 16 13 25](https://user-images.githubusercontent.com/64575218/187935779-6a18d597-903e-4ed9-86ac-1c2d5bc4c22a.png)

bug
ios

Hello, Here is my flow: ```yaml appId: com.apple.MobileAddressBook --- - launchApp - tapOn: "John Appleseed" - tapOn: "Modifier" - tapOn: "Ajouter un numéro" - inputText: 123123 - tapOn: "OK" ```...

bug
ios

A couple questions since the documentation for running on CI is a bit sparse: https://maestro.mobile.dev/getting-started/running-flows-on-ci - I assume there's a bunch of setup that's necessary in order to make sure...

Something like: ``` - stopApp - stopApp: appId: {package name or bundle id} ```

enhancement

Is there any command planned to take screenshots? This would be very handy to document changes between different versions of an app.

enhancement

I'm trying out version 1.4.0 of Maestro on a Jetpack Compose app, and wrote this yaml: ``` appId: dev.sanskar.photoplay --- - launchApp - tapOn: "Thor: Love and Thunder" - tapOn:...

documentation
question