autopilot-rs / autopy-legacy

DEPRECATED: Replaced by https://github.com/autopilot-rs/autopy
Other
842 stars 162 forks source link

Selenium WebDriver API wrapper for autopy #97

Open daluu opened 7 years ago

daluu commented 7 years ago

This is just a note that one can use Selenium WebDriver API to use/control autopy (remotely as well) without having to use native python API of autopy.

It's not a robust interface at the moment, but a usable proof of concept, others can help improve it.

https://github.com/daluu/autopydriverserver

(this issue can be closed, I just wanted to make a note to the community)

msanders commented 6 years ago

Thanks @daluu! I've added this to the README.