Can I do a swipe (left or right) in Chrome (PC) with a mouse? Can I do a swipe (left or right) in Chrome (PC) with a mouse? google-chrome google-chrome

Can I do a swipe (left or right) in Chrome (PC) with a mouse?


By now the actual chrome developer tools (tried chrome 20) can emulate touch and swipe events.You can activate that behavior through the tool options, accessible via the little gear-wheel in the bottom corner.

Just check "Emulate touch events" from the options. Then you can also swipe with your mouse.


In desktop browsers I tend to use the right mouse button testing swipes. It will open a context-menu but it actually works (I normally use Chrome 17 and Firefox 10).

For instance when left-clicking and then swiping on an image in Chrome or Firefox it selects the image and you are then moving around the transparent thumbnail of the image. But when right-clicking and swiping the swipe event is fired.

UPDATE

This update is pretty late to the punch but this just shouldn't be necessary anymore. In fact the Chrome developer tools (the ones I'm used to using) have gotten a lot better about emulating devices.


A lot of the answers here are old and out of date. As of Chrome 63, swipe is built-in as long as you are in responsive mode with developer tools open. So open Developer Tools (3 dots->tools->developer tools), then click the phone/tablet icon on the left to put Chrome into a mobile mode. Then if you left click and hold, you will see the cursor changed to a dot, and you can swipe.