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** the permission setting in the `launchApp` command doesn't restrict the location permission **To Reproduce** Steps to reproduce the behavior, e.g.: Launch a test flow with the following...

bug

**Describe the bug** assertVisible is returning true for elements inside a scroll view even if the element is not inside the view port. Similar behaviour is notices with assertNotVisible returning...

bug

**Is your feature request related to a problem? Please describe.** In web testing frameworks, you can frequently specify the % visibility required for an assert-visible statement to succeed. This is...

enhancement

Based on the [documentation](Tapping on a specific point within another element), if I write something like this: ``` - tapOn: text: "A text with a hyperlink" point: "90%,50% ``` It...

bug

I would like to be able to specify one by one in the commands if I want that in the case of a fail in that specific command (or flow...

enhancement

When I tapOn a textInput, the cursors sets in the middle. When I use eraseText, it stats to delete from that point, but if my text was longer that the...

enhancement

hello is there a way to do multiple when test like a `OR` ? ``` - runScript: when: visible: Ignorer visible: Se connecter file: login.yaml ``` ``` - runScript: when:...

enhancement

**Describe the bug** Maestri iOS driver fails to start when flows are run in parallel using the shards parameter. This is happening very frequently. **To Reproduce** Run multiple flows in...

bug

Hi, Please help me. Is there a way to scroll a specific element? I need to find an element within a container, so I need to scroll this container. This...

enhancement

**Describe the bug** If the navigation bar has a title, maestro can't find the back button by accessibility identifier in the detail screen. **To Reproduce** ViewController A with a title...

bug
ios
needs-information