Does appium support Hybrid mac apps?

I’m trying to test a hybrid mac app, which is built with ionic and uses Chromium in the background ( at least in mac )

I can’t use appium-mac2-driver because it only supports native apps.

I wonder if appium supports officially Hybrid apps for desktops and if so, which driver or any instructions of how I can do would be very appreciated.

I could not find anything in the documentation related with desktop hybrid apps, only for mobile.

I’ve been told that a possible way could be:

If the webview provides any possibilities of debugging then it would be theoretically possible to use chromedriver to connect to it and automate using vanilla selenium

It’s this the only way? Do I need appium for this?

Thanks

I’m just going to link to the issue you opened on github in case anyone else is curious about this:

1 Like