1.

Can I Interact With My Apps Using Javascript While I Am Testing With Appium?

Answer»

Yes! SELENIUM has COMMANDS to EXECUTE Javascript instructions on your app from your TESTS. Basically you can send a JS script from your test to your app; when the commands runs on Appium, the server will send the script to your app wrapped into an anonymous FUNCTION to be executed.

Yes! Selenium has commands to execute Javascript instructions on your app from your tests. Basically you can send a JS script from your test to your app; when the commands runs on Appium, the server will send the script to your app wrapped into an anonymous function to be executed.



Discussion

No Comment Found