What is Get Attribute available string

Hi all
When i want to get the checkbox state, I set Get Attribute activity with “checked” string.
According to the guide, it seems several strings are supported.
I want to know which string is supported at Get Attribute activity.

Input
Attribute - The name of the attribute to be retrieved. This field supports only strings.
Activities

Hello there,

Attributes are self explanatory .Try with any website controls/selector with Find children,etc.
please refer forum for the example of get attribute with below fields .

  • “aaname”
  • “aastate”
  • “app”
  • “AppPath”
  • “automationId”
  • “checked”
  • “cls”
  • “cookie”
  • “ctrlId”
  • “ctrlName”
  • “foreground”
  • “hasFocus”
  • “hwnd”
  • “innerHtml”
  • “innerText”
  • “IsUiPathJavaBridgeEnabled”
  • “IsJavaWindow”
  • “items”
  • “javaState”
  • “labeledBy”
  • “name”
  • “outerHtml”
  • “outerText”
  • “parentClass”
  • “parentId”
  • “PID”
  • “position”
  • “readyState”
  • “relativeVisibility”
  • “role”
  • “selectedItem”
  • “subsystem”
  • “tag”
  • “text”
  • “TID”
  • “title”
  • “url”
  • “virtualName”
  • “visibility”
4 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.