results-collection icon indicating copy to clipboard operation
results-collection copied to clipboard

Touch Not enabled?

Open dtapuska opened this issue 8 years ago • 2 comments

The failures for Chrome: http://wpt.fyi/touch-events/create-touch-touchlist.html and http://wpt.fyi/touch-events/touch-globaleventhandler-interface.html

indicate the bot is being launched without touch-enabled.

@RByers @MustaqAhmed

dtapuska avatar Aug 21 '17 19:08 dtapuska

Yeah, that's the default configuration for Chrome, though should probably be tweaked.

I think the fundamental issue here is that we don't run on Android (or in a mode where Chrome desktop is attempting to emulate Android). We do have some other APIs which are exposed only on mobile (eg. PaymentRequest), perhaps we should consider trying to get Chrome Android results?

As a short-term hack for this specific issue we could run with --touch-events=enabled, but that doesn't really address the root issue.

RByers avatar Sep 07 '17 03:09 RByers

Hah hah - Twitter just notified me that PaymentRequest is now on desktop.

RByers avatar Sep 07 '17 03:09 RByers