SeeTestAutomation- Custom webview - how to customize web elements in your application
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
SeeTest has the ability to recognize all standard web elements. However, sometimes applications are created with customized elements which SeeTest might fail to recognize in the object spy.
In such cases, one can use the custom webview option. Using this option, you inform SeeTest about customized classes that you used in your application.
Configuration
1. Open the app.properties file.
2. In the app.properties file you inform SeeTest about your customized class in the following way:
<bundle id>-webViewClass=<class name>
- bundle id is the full bundle id of your application.
- class name is the name of the customized class you wish SeeTest to recognize.
Example :
com.experitest.ExperiBank-webViewClass=UIWebBrowserView