0 votes
in Appium by
Is it possible to interact with apps using JavaScript while testing with Appium?

1 Answer

0 votes
by

Yes. We can easily interact with Apps while using JavaScript. When we run the commands on Appium, the server sends the script to our app wrapped into an anonymous function to be executed.

...