Skip to main content

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

  1. Set device to Full Control mode 
  2. Open Reflection
  3. Launch an instrumented application
  4. On Reflection. activate Object Spy
  5. Right Click On Reflection
  6. Select Non-Instrumented Dump
  7. Select an Non Instrumented Element . 
  8. 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: