appium / appium-mac2-driver

Next-gen Appium macOS driver, backed by Apple XCTest
Apache License 2.0
115 stars 24 forks source link

Run confidently testing Mac or Windows on the same network. #224

Open right3667 opened 10 months ago

right3667 commented 10 months ago

Android and iOS work normally with wifi on the same network, but Mac and Windows don't seem to be connected. Is it impossible to connect?

KazuCocoa commented 10 months ago

If you meant launching an appium mac2 driver/mac2 WDA on a mac host (WiFi) and sending commands to the apppium from another host in the same network, perhaps it can. Appium is a web server, so it depends on the host machine's network config to connect to.

HaoWShi commented 4 months ago

I have the same question, Has this problem been solved?