maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Painless Mobile UI Automation

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

**Describe the bug** A clear and concise description of what the bug is. I wanted to start with basic step ``` appId: com.sonyliv --- - launchApp ``` It says Unable...

bug

[2023-05-25_191935.zip](https://github.com/mobile-dev-inc/maestro/files/11564183/2023-05-25_191935.zip)

needs-information
low-priority

## Proposed Changes Add ios 17 to start device command ## Testing Run the cli, and validate the output ## Issues Fixed

**Is your feature request related to a problem? Please describe.** im running into a lot of issues with android tests where basically all of my failures are coming from double...

enhancement

**Describe the bug** setLocation command is failing when latitude and longitude values are passed as env variables from command line **To Reproduce** Sample flow.yaml ``` appId: com.myapp.staging --- - setLocation:...

bug

With ADB, it's possible to open URLs directly with the app, even when the URLs are not verified. ``` adb shell am start -a android.intent.action.VIEW -d "https://www.company.com/invitation/c77ca9d0-5ff7-4b59-8d1b-4802b054e9cd" com.company.android.maestro.debug ``` This...

enhancement

When running with Android emulator and calling `inputText`, it appears that the app suffers some stutter or jank and the command misses some characters. For example: When executing `inputText` to...

bug
needs-information

**Describe the bug** Inside `containsDescendants` the text is treated completely like a regular expression despite the string and cannot use parentheses. ``` - assertVisible: id: 'FacilityNameAZ_Contents' containsDescendants: - text: 'Facility...

bug

Problem Statement - Not able to launch App on Real device , if we launch manually , then next script is running fine but from our launch script is not...

bug

I have a scenario where I want to validate if a value that was just copied to the clipboard is the same as shown on the screen. Example: ```yaml #...

enhancement