admc / wd

A node.js client for webdriver/selenium 2.
Other
1.53k stars 402 forks source link

Tapping on the screen by using coordinates #490

Open SpurYang opened 6 years ago

SpurYang commented 6 years ago

I can not tap on the screen by using coordinates. But in Python client, we can use blow code: location = el.location self.driver.tap([(location['x'],location['y'])],500)

It's a important function.