This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 4
Mar 2018

Hey there,

i am new to Appium and would like to know a few things about it.

As far as i understand the concept of Appium correct its acting as a own Rest API between the client and application logic executed on a mobile device.

So would it be possible to create my own Rest API out of it to achieve a use case like the following

http://domain.com/api/get_messages1 (To execute specific code on the mobile device. For e.g to retrieve a list of messages received in some app)

http://domain.com/api/send_message (To execute specific code to send a message inside the app on the mobile device)

And secondly is it possible to execute some specific call simultaneously on the same device without having to wait until the first action completed?

thanks in advance for your help

  • created

    Mar '18
  • last reply

    Apr '18
  • 3

    replies

  • 332

    views

  • 2

    users

  • 3

    links

8 days later
9 days later

Thank you! Well at least some JavaScript code examples. But no event listening code.