SeeTestAutomation- Non Instrumented Elements in NATIVE or WEB Apps and Safari browser
info
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 .
Finding Non Instrumented Elements In NATIVE\WEB Application or in the Safari browser Reflection
- Set device to Full Control mode
- Open Reflection
- Launch an instrumented application
- On Reflection. activate Object Spy
- Right Click On Reflection
- Select Non-Instrumented Dump
- Select an Non Instrumented Element .
- Copy its unique Xpath.
Finding Non Instrumented Elements In NATIVE\WEB Application In Script
In order to identify the element. the element must be identified by its Xpath
but instead of writing "xpath=*//[@text='text']"
Write : "nixpath=*//[@text='text']"
will indicate the element is non instrumented
Example
Object Spy on instrumented application :
Selecting Non Instrumented Dump:
Select Non Instrumented (The Clock) and get Xpath :
Create a script that get the clock's text. using niXpath instead of Xpath: