
My Scenario as follows.
I need to test same application with two different roles (in two devices ) in one user flow.
Ex:
device A user log as user role
device B another user log as Admin Role. (both cases have same UI)
when user with device A perform some action ,
Admin is getting a update and validate that .
this device switching is fine with launching application and log in since there we specify device name in record module.
so my question is if I click button X ( both devices have button x under same ranorex path) how can I specify which device to click.

