maestro icon indicating copy to clipboard operation
maestro copied to clipboard

[BUG] scrollUntilVisible can't handle Ümlauts

Open marckrenn opened this issue 2 years ago • 1 comments
trafficstars

Given a button labeled Antrag zurückziehen below "the fold"

Screenshot 2023-03-05 at 11 19 56
- scrollUntilVisible:
    element:
      text: "Antrag zurückziehen"

won't even begin to scroll down.

- scrollUntilVisible:
    element:
      text: "Antrag zuruckziehen"

Starts scrolling, but obviously times out eventually as it won't be able to find an element with Antrag zuruckziehen

Funnily enough

- tapOn:
    text: "Antrag zurückziehen"

works just fine, so God knows what's going on 😅

marckrenn avatar Mar 05 '23 10:03 marckrenn

@marckrenn is this bug still occuring? i tried to reproduce, but it works fine for me

NyCodeGHG avatar Jan 08 '24 09:01 NyCodeGHG