How i can use method such as swipe or zoom etc from WebDriver

How i can use method such as swipe or zoom etc from WebDriver

swipe and zoom are method are available into appium driver and i am using WebDriver ?

Follow the tests with the language client you are using ex. https://github.com/appium/java-client/tree/master/src/test/java/io/appium/java_client/android

@ thanks Prabhash But what i want on webdriver instance i need swipe functionality

Any Update ?