Selendroid WebDriver

In some cases it might be required to test a web application in Android’s older webview, i.e. the one used in versions 4.3 and older. For that, we can use Selendroid’s AndroidDriver. Currently it’s required to set up a separate Selendroid server instance for that.

Would it be possible to include Selendroid’s WebDriver / AndroidDriver implementation, so this can be handled from within Appium?

@Triqqo U dont need selendroid driver separatly. U need to change capabilities to Selendroid while u initalize capabilites.

http://appium.io/slate/en/v1.2.3/?java#appium-server-capabilities

refer above link.

Thanks,
Priyank Shah

Yes, but I’m specifically referring to automating web apps (not hybrid) via Selendroid, as described here:
http://selendroid.io/mobileWeb.html

Appium unfortunately doesn’t support this.

You should probably open an enhancement request on github.

1 Like