How can you test a web app in a Windows 10 touch screen environment? (browserstack and sauselabs don't work)

Viewed 344

I'm trying to test a website using Windows 10's touchscreen gestures. We don't actually have a Windows 10 device with a touchscreen, but www.browserstack.com and www.saucelabs.com/‎ do not have this option.

What's the right way to test via Windows 10 touchscreen, short of actually buying a Windows 10 device with a touchscreen?

1 Answers

While SauceLabs do provide real devices they rely on Appium to interact with the devices.

Microsoft have released a windows hardware lab kit ("Windows HLK").

There is more documentation here.

This appears to the "right" way perform this testing.

Related