facebookarchive / WebDriverAgent

A WebDriver server for iOS that runs inside the Simulator.
Other
4.15k stars 1.35k forks source link

Action endpoints #463

Open marekcirkos opened 7 years ago

marekcirkos commented 7 years ago

Instead of implementing per gesture endpoints. Let's implement WD action endpoints that allow custom gestures. https://w3c.github.io/webdriver/webdriver-spec.html#actions

qmfrederik commented 6 years ago

@marekcirkos I may give implementing part of the actions API a try in the coming days, in particular for touch gestures.

Before I do, I just wanted to make sure no other work is being done in this area. Also, did you have any specific design in mind for the actions API?

marekcirkos commented 6 years ago

@qmfrederik We are not actively working on this, so feel free to give it try. We will be happy to review it.