Interface describing how elements are to be located by a PageFactory.
Namespace: OpenQA.Selenium.Support.PageObjects
Assembly: WebDriver.Support (in WebDriver.Support.dll) Version: 3.1.0
Syntax
The IElementLocator type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | SearchContext |
Gets the ISearchContext to be used in locating elements.
|
Methods
Name | Description | |
---|---|---|
![]() | LocateElement |
Locates an element using the given list of By criteria.
|
![]() | LocateElements |
Locates a list of elements using the given list of By criteria.
|
Remarks
See Also