Skip to content

verifyOverlappingUserInterfaceElements (UI Automation - Interrogation)

Compatible with:
  • Purpose
  • This command is used to know whether or not each UI element/locator in the input data set overlaps with at least one other UI element/locator in the input dataset. 
  • The response Data Set will have the true or false values against the locator.
  • For that details on which element overlaps, the command 'getOverlappingUserInterfaceElements' has to be used.

Note:
Data Definition that defines the request data set must contain the following column names:
  • Element
  • ElementGroup
  • GroupParentIndicator
  • CoordinateRight
  • CoordinateLeft
  • CoordinateTop
  • CoordinateBottom
The response dataset contains 2 columns.
  • The first column contains the list of UI element/locators in the input/request dataset.
  • The second column will contain a boolean value that indicates whether or not the UI element/locator in that row overlaps with any other UI element/locator in the input/request dataset.

  • Syntax
  • verifyOverlappingUserInterfaceElements( Request datasetName, Response datasetName  )
  • Target
  • Request datasetName
  • Value
  • Response datasetName
  • Return Value
  • Name of the dataset that contains the list of element/locators with  boolean value

 

Feedback and Knowledge Base