Skip to content

storeAttributeFromAllWindows (UI Automation - Manipulation)

Compatible with:
  • Purpose
  • The command returns the titles of all windows that the browser knows about in an array.
  • Syntax
  • storeAttributeFromAllWindows(attributeName, variableName)
  • Target
  • attributeName - name of an attribute on the windows.
  • Value
  • variableName – the name of a variable in which the result is to be stored.
  • Return Value
  • Returns the set of values of this attribute from all known windows.
  • Returns an array of JavaScript property values from all known windows having one.
 

Feedback and Knowledge Base