Enum
ElementState

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

Declaration

cs-api-definition
Initialized = 2

Field Value

ElementState

Light

The element is a light element created using the Element.CreateLight()/ This is used by the recorder only.

Declaration

cs-api-definition
Light = 3

Field Value

ElementState

NotSet

State not set.

Declaration

cs-api-definition
NotSet = 0

Field Value

ElementState

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.

Declaration

cs-api-definition
ProxyInitialized = 1

Field Value

ElementState