-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Unable send text to textfield in app #100
Comments
What happens if you call |
I still couldn't see the API request to send the text using below codes and got error
below are full log And my code exception catch this
|
@pseudox07 The logs say anything about the issue you are mentioning.
driver is quit and then you are trying to accessing the session. Please check client code that after deleteSession is called you need to create a new session. |
I suspected the session is stopped and deleted once we send the keys due to crash when below errors are thrown during addValue function is being called,
I am not sure what you mean on the client code, can you help to have a look on the config file and test script |
I have been trying to send text to a text field in a Sample App. Similar issue with #96, I have attached the sample app file
Below are my codes and logs
logs 1.txt
Codes
`
describe("Launch App and check for elements", () => {
it("should enter the text", async () => {
I called the addValue function but not API request on sending the text value to the Appium in the log.
The text was updated successfully, but these errors were encountered: