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

Manage idb companion internally so users don't need to deal with running the command in the background as a prerequisite.

enhancement

Hi, This tool look pretty nice, but I'm having some issues to make it work on my Windows 11 computer. When I run the command from a PowerShell, I get...

bug
android

Hi, whenever I run maestro test I can only run it once successfully. Every consecutive run fails with a dadb.AdbStreamClosed Exception. Only restarting the Android Emulator solves this. But every...

help wanted
android

I have a Jetpack Compose app, which features a textfield in a dialog having the label: "Enter code or url" While running a Mastro test, the `tapOn` command is not...

help wanted
android

### Steps to reproduce the behavior: - Go to the command line - Run ``` brew tap mobile-dev-inc/tap brew install maestro ``` See error saying maestro cannot be installed because...

help wanted
ios

eg: ``` - launchApp: clearState: true permissions: { notifications: 'YES', location: 'always' } ```

enhancement

It would be great if it would be possible to make multiple tap option for a view and key press to access hidden options. For example opening dialog for switching...

enhancement

My use case is described exactly in the slack channel in this discussion https://mobile-dev-inc.slack.com/archives/C041FU72T54/p1663244249203259?thread_ts=1663243109.313569&cid=C041FU72T54 The gist is that in some step of the test, there's an audio recording and a...

enhancement

The existing scroll command supports vertical scrolling, do we need to parameterise this command/use the `SwipeCommand` to imitate horizontal scrolling?

enhancement

Currently I was not able to control picker to select digits. Picker is visible on the screen of simulator but hierarchy view does not see it.

question
ios