go-vgo / robotgo

RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
Apache License 2.0
9.67k stars 886 forks source link

support Android and iOS #306

Open smp12345 opened 3 years ago

smp12345 commented 3 years ago

Will it support Android and iOS?

vcaesar commented 3 years ago

This is a plan for the future, and support for ARM PC (#246).

smp12345 commented 3 years ago

May I ask when it can be released?

inluxc commented 3 years ago

I dont know how you would like to implement iOS or Android, but is connected via USB, @danielpaulus as https://github.com/danielpaulus/go-ios that look interesting to connect with iOS.

danielpaulus commented 3 years ago

you can use go-ios to start something like WebDriverAgent and use that or remote controlling it. I think @nanoscopic is creating an improved version of WDA.