Closed mach6 closed 9 years ago
@ysecaran FYI
The workaround for this is to add the SeLion supported elements as custom elements in the code-generator plugin config of your project pom -- See section "Configuration Parameters for Customizing the Code Generator Maven Plugin" in http://paypal.github.io/SeLion/html/documentation.html#what-is-code-generator
<configuration>
<androidCustomElements>
<androidCustomElement>
com.paypal.selion.platform.mobile.android.UiObject
</androidCustomElement>
<androidCustomElement>
com.paypal.selion.platform.mobile.android.UiButton
</androidCustomElement>
<androidCustomElement>
com.paypal.selion.platform.mobile.android.UiOTextView
</androidCustomElement>
</androidCustomElements>
</configuration>
this is fixed with 78c88f2
From http://paypal.github.io/SeLion/html/documentation.html#android-native-page-yaml
This (corrected with ending
"
on locators) example PageYaml does not workthe resulting error is