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

**Is your feature request related to a problem? Please describe.** Log outputs include all inputText. If a flow includes a login, the resulting maestro.log will expose that password. **Describe the...

enhancement
good first issue
maestro cli

Looking at the documentation (https://cloud.mobile.dev/reference/devices-timezones) I saw that Android has the GMT -7 time zone, but for my application to have the automation run successfully, it depends on the device...

enhancement

**Describe the bug** Adding a **$** (dollar sign) within the `${}` for inline-javascript for use as a string does not work as expected. It works with just a regular plain...

bug

**Describe the bug** When I enter `maestro studio` at the prompt, a browser window opens with the error "This page isn’t working If the problem continues, contact the site owner....

bug

**Describe the bug** Launching an app with `clearState` or calling `clearState` directly doesn't reliably clear `UserDefaults` in an iOS app. **To Reproduce** 1. Write a value to `UserDefaults` in an...

bug
platform: ios
maestro cli

## Proposed changes In https://github.com/mobile-dev-inc/maestro/issues/1203, we realized all I needed to do was expand swipe a bit to support swiping on a picker wheel. Here is an example video showing...

## Proposed changes Reinstall the app and then launch it instead of manually trying to delete app state folders, which should improve the experience when relying on clear state to...

First: thanks for this great tool, you made an amazing work. Suggestion: allow for Array of ElementSelector. When describing an element, I would like to be more precise by having...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues and didn't find mine. ### Steps to reproduce ```yaml appId: xxx - launchApp: clearState:...

## Proposed changes This is a draft for adding AppleTV support to the iOS driver, looking for feedback on the approach. Also the PR is pretty big so happy to...