InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to use JavaScript to interact with applications while running Appium tests? |
|
Answer» YES, we can USE javascript to INTERACT with applications while RUNNING Appium tests. When we PERFORM the instructions on Appium, the server transmits the script wrapped in an anonymous function to our app, which is then executed. |
|