xolvio / chimp

Tooling that helps you do quality, faster.
MIT License
798 stars 139 forks source link

browser.click defaults to touch action in Chimp 0.30.0 #317

Closed ofthewood closed 8 years ago

ofthewood commented 8 years ago

After installation ( npm install -g chimp ) , this simple test returns me an error :

browser.url('https://evernote.com/intl/fr/');
browser.click('//button[contains(., "Connex")]');

the error msg : Error: Underlying driver does not implement advanced user interactions yet.


I'm on windows 7 / chrome Version 49.0.2623.87 m

do you any advice to debug this issue ?

ricoli commented 8 years ago

Same here, using newest version, 0.31.0 on chrome 49 running on linux. It works fine on 0.30.0

area commented 8 years ago

Same with 0.31.0 on Chrome 43 (CircleCI default) on Linux. Tests work on 0.30.0.

ofthewood commented 8 years ago

Thks

ghost commented 8 years ago

This is fixed in 0.31.1.

@ofthewood You can debug such an issue with --debug. Then you see the selenium protocol log and more output from Chimp.