Touche Gestures in Mobile Browser Web Tests

Hi,
is it possible to emulate a swipe gesture in mobile browsers? I’m currently writing tests for a project that uses touch based navigation when run in a mobile browser and tried the WebUI.dragAndDropByOffset() keyword but it just highlights the text on the page.
I’m assuming that it’s not possible to somehow use the Appium-Driver for this in Web Testing?
Thanks!