How can I use multiremote instances to login one user on one phone and other on other phone in order for them to comunicate by using POM also.
Current flow for login is here
Login.page.js content:
[
2
Page.js content:
And i need something like this login one user on one device and other on second device:
I created page.js as main page object model that is extended by all other page objects. I set multiremote phone1 and phone2 capabilities and that works okay.
Setup: WebdriverIO and Appium, trying to connect two Android devices.



