Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect InputText on iOS : "" #109

Closed
g123k opened this issue Sep 1, 2022 · 7 comments
Closed

Incorrect InputText on iOS : "" #109

g123k opened this issue Sep 1, 2022 · 7 comments
Labels
bug Something isn't working platform: ios Testing iOS apps is affected

Comments

@g123k
Copy link

g123k commented Sep 1, 2022

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:

Screen.Recording.2022-09-01.at.21.37.03.mp4
@mrtnrst
Copy link

mrtnrst commented Sep 1, 2022

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

@Leland-Takamine
Copy link
Contributor

@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.

@g123k
Copy link
Author

g123k commented Sep 2, 2022

It's the same with or without the quotes

@Leland-Takamine
Copy link
Contributor

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

@dmitry-zaitsev dmitry-zaitsev added bug Something isn't working platform: ios Testing iOS apps is affected labels Sep 2, 2022
@dmitry-zaitsev
Copy link
Collaborator

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
Copy link
Collaborator

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

Copy link

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 github-actions bot locked as resolved and limited conversation to collaborators Jul 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working platform: ios Testing iOS apps is affected
Projects
None yet
Development

No branches or pull requests

4 participants