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

Input keyword with delay in Android app is not working as expected #2300

Closed
CAutomationGuy opened this issue Apr 14, 2023 · 3 comments
Closed

Comments

@CAutomationGuy
Copy link

Below is the code snipet :

  • delay(3000)
    • input("//*[@Class='android.widget.EditText']", 'Automation: Executive Briefing', 200)
    • delay(3000)
    • input(""//*[@Class='android.widget.EditText']", ['A', 'u', 't', Key.ENTER], 200)
    • delay(3000)

Issue is:
Expected: The expected outcome is to print " Automation: 'delay 200' Executive 'delay 200' Briefing
Actual: But it is writing input is way like 'A' clear's the text from input box , the again enters 'u', then again clear 'u' and then enter 't'

@ptrthomas
Copy link
Member

@CAutomationGuy I will leave this open as help wanted for some time. to be honest not many teams use the appium support, and those that do have simple use-cases. we have been requesting for people to come forward and contribute code, but that has not happened. if you can contribute to karate, great - else you may need to evaluate other options.

cc @babusekaran if he has any comments

@CAutomationGuy
Copy link
Author

Hi @ptrthomas , @babusekaran ,

What can be done to have a work around for this issue in Android/IOS

@ptrthomas
Copy link
Member

this question seems to have been posted on stack overflow: https://stackoverflow.com/q/76032193/143475

closing this issue and moving to roadmap: https://github.com/karatelabs/karate/projects/3#card-88885393

I'm also updating documentation to make clear that mobile support is EXPERIMENTAL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants