Appium 1.7.1 Crosswalk Config

I’ve noticed that crosswalk integration was added to appium back on may, but i’ve been having problems getting my test script to recognize the webview context once i added crosswalk to my project.

I want to be able to write tests using the webview instead of using the native context but have found it hard to configure and I haven’t been able to find any mentions of crosswalk configs within appium docs.
Here’s the added functionality’s commit https://github.com/appium/appium-android-driver/commit/11072c916b5384cf35b1d2782f2e75cf42967afd#diff-4a755e0b07ee6408ea73eb1395292bdb

Are there any special requirements i need to set in place or is the code still under work?

I’m working on Mac using android devices with:
Appium 1.7.1
Python 2.7.13
Appium-Python-Client 0.24
Crosswalk 23.53.589.4

Thanks