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

Not able to interact with password field on iOS 17.2 #132

Open
WasiqB opened this issue Jan 17, 2024 · 5 comments
Open

Not able to interact with password field on iOS 17.2 #132

WasiqB opened this issue Jan 17, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@WasiqB
Copy link

WasiqB commented Jan 17, 2024

Description

Cannot automate password field in iOS 17.2 app, however, when we interact with the same field manually, we are able to interact.

Environment (please complete the following information):**

  • Node.js version: 18.19.0
  • NPM version: 10.2.5
  • Platform: iOS
  • Platform version: 17.2
  • Emulator/Simulator/Real Device: Simulator

Question?

Is there any setting which can be done, so we can automate password field?

Screenshot for reference:

SCR-20240116-095426

@christian-bromann
Copy link
Member

@WasiqB thanks for raising the issue.

Mind sharing the test that would test the login flow?

@wswebcreation
Copy link
Member

Thanks for filing an issue, but I believe this is related to XCUITest driver. All tests were successful on my local machine on 17.2 and on Sauce with 16.2 (https://app.eu-central-1.saucelabs.com/tests/c41ee6b7269a42de863d4ddfff42acce#46)

Can you test is with older versions of Appium (drivers)?

@wswebcreation
Copy link
Member

@christian-bromann

It already happens with this script from the boilerplate. Almost 99.99% sure it also happens with Java and other languages, but also 99.99999% sure it's not related to the app. Otherwise I never would have merged the app and released it

@wswebcreation
Copy link
Member

wswebcreation commented Jan 17, 2024

Hmm, doing some debugging, if you run the flow fully, meaning first the login form and then the signin it works, running only the signin breaks 😢 . It's also not related to the clear value, because the addValue has the same issue.
Need to do some more debugging, maybe tonight. Not sure if this is Appium or WDIO :(

@wswebcreation
Copy link
Member

This will take more time to debug, will put this on my todo list

@wswebcreation wswebcreation self-assigned this Jan 18, 2024
@wswebcreation wswebcreation added the bug Something isn't working label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants