Appium support web view

driver.switchTo().window(“WEBVIEW”);
Does appium support this feature for android device?

i dont think so, you can use driver.context(“WEBVIEW”) for same purpose.