Test Chromium-based browser on Appium

Hi guys,

I’m now working on a browser project which is built by modifying Chromium for Android.

It involves Android(4.4) native web view, native app and the web page rendered by Chromium.

The thing is that if I test it with Chrome Driver, then I can not get accessed to the native context, such as the menu and settings of Chromium. And if I test it with Appium(web debug enabled), I can control both the native app and the Android native webview, but for the web page rendered by Chromium itself, I can’t get the context.

Does anyone know how to test Chromium-based browser with Appium? Or just tell me it that possible to do so.

Any replies will be grateful.

Deamon