I'm looking for a way to trigger touch/swipe events during my Protractor test scenarios.
I know that the underlying Selenium JsonWireProtocol supports it, but it seems like it has the requirement of using appium (which I'd rather not use).
I found this answer on SO which triggers/tests very specific touch events, but I'm not trying to test the events themselves - I just want to navigate the app like a user would (and test what comes AFTER they've navigated through it).