EnumElementState
Enum
Possible element states
Definition
Namespace:ArtOfTest.WebAii.ObjectModel
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public enum ElementState
Fields
Initialized
The element is fully initialized. Created by Find.Byxxx
Light
The element is a light element created using the Element.CreateLight()/ This is used by the recorder only.
ProxyInitialized
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.