You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
I was trying to simulate a button click with JS in an Android WebView application, and found out the same script can not work on wd. Here's the code:
Hi there,
I was trying to simulate a button click with JS in an Android WebView application, and found out the same script can not work on wd. Here's the code:
Here's the appium console output:
But the same script can work on the Java client of Appium, and I found the difference is Java will pass two arguments which looks like below:
The 2nd argument has the key to the id of the element to click, that is
element-6066-11e4-a52e-4f735466cecf
.Kindly please advise why the commands are different, and how to fix it, thanks a lot!
Best regards,
Hanbo
The text was updated successfully, but these errors were encountered: