Replies: 1 comment 1 reply
-
@MHabiib Yes its possible. Please refer https://devicefarm.org/remote-execution/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I have a scenario where I need to access a device connected to a node from the hub using Appium Inspector. Here's the setup:
Hub IP: 123.0.0.1:4723 (no devices connected directly to the hub)
Node IP: 789.0.0.1:4723 (one device connected with UDID "ABCD-EFGH")
I'm wondering if it's possible to access the device on the node through the hub. Specifically, I want to use the Appium Inspector to inspect the device connected to the node via the hub.
Example Scenario
I want to connect to the device using the following configuration:
Hub URL: http://123.0.0.1:4723/wd/hub
Desired Capabilities: {"appium:udid": "ABCD-EFGH"}
Is it feasible to access the node device in this way? If so, what would be the correct setup and configuration to achieve this?
Same as using Appium Client
URL remoteUrl = new URL("http://123.0.0.1:4723/wd/hub");
Thank you for your assistance!
Beta Was this translation helpful? Give feedback.
All reactions