maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Incorrect InputText on iOS : ""

Open g123k opened this issue 1 year ago • 4 comments

Hello,

Here is my flow:

appId: com.apple.MobileAddressBook
---
- launchApp
- tapOn: "John Appleseed"
- tapOn: "Modifier"
- tapOn: "Ajouter un numéro"
- inputText: 123123
- tapOn: "OK"

And running it on a French simulator gives "" instead of 123123:

https://user-images.githubusercontent.com/246838/187998322-7de8264a-bd2c-44a4-82db-819af13712e2.mp4

g123k avatar Sep 01 '22 19:09 g123k

I believe this is the same issue as #107 where setting the locale to something other than English is tapping the incorrect inputs.

mrtnrst avatar Sep 01 '22 20:09 mrtnrst

@g123k Thanks for reporting! We'll take a look into this!

To help us out with debugging this, can you try quoting the "123123"? It may be that we are not able to interpret the value because it's a number.

Leland-Takamine avatar Sep 01 '22 21:09 Leland-Takamine

It's the same with or without the quotes

g123k avatar Sep 02 '22 02:09 g123k

Got it thanks @g123k - We'll dive into this!

Leland-Takamine avatar Sep 02 '22 02:09 Leland-Takamine

It appears that there is an issue in Facebook's IDB that requires you to use an English US input method on your Mac OS in order for text input to work

dmitry-zaitsev avatar Sep 05 '22 16:09 dmitry-zaitsev

Let's merge this into #107 that appears to be the same exact issue

dmitry-zaitsev avatar Sep 06 '22 07:09 dmitry-zaitsev

This issue has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar problem, please file a new issue. Make sure to follow the template and provide all the information necessary to reproduce the issue. Thank you for helping keep us our issue tracker clean!

github-actions[bot] avatar Jul 11 '24 19:07 github-actions[bot]