Could anyone give me an example of Input Value keyword usage?
Im using this format:
Input Value //XCUIElementTypeTextField[@index="3"] subscriberid
and im getting the following exception:
InvalidArgumentException: Message: The following required parameter is missing: ["text"]
Known required parameters are: ["text"]
You have provided: ["id","value"]
Hello,
I used Input Text until i upgrade my iPhone 12 (real device) to iOS 18.0. Through Quicktime player i can see from the case execution that robot types the text exactly at the text field but when im moving to the next screen the result isnt the expected. If im going to type it manually through my keyboard then all fine. Thats why i want to try through Input Value keyword.
I tried this syntax: Input Value //XCUIElementTypeTextField[@index="3"] text=subscriberid
but the exception message was the same. Also note that from the Appium inspector there are no ‘text’ attribute available.