ElementState Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Possible element states

Namespace:  ArtOfTest.WebAii.ObjectModel
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum ElementState
Members

  Member nameValueDescription
NotSet0 State not set.
ProxyInitialized1 The element was created using a Element(FindParam,Find) constructor instead of being created using the Find.Byxx Properties of this Element are not accessible until .Refresh or Refresh(bool) is called. You can also use the Element.Wait.Exists()/ExistsNot() to wait for this element to exist on the page.
Initialized2 The element is fully initialized. Created by Find.Byxxx
Light3 The element is a light element created using the Element.CreateLight()/ This is used by the recorder only.
See Also

Reference