The ExpectedConditions type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | ElementExists |
An expectation for checking that an element is present on the DOM of a
page. This does not necessarily mean that the element is visible.
|
![]() ![]() | ElementIsVisible |
An expectation for checking that an element is present on the DOM of a page
and visible. Visibility means that the element is not only displayed but
also has a height and width that is greater than 0.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() ![]() | TitleContains |
An expectation for checking that the title of a page contains a case-sensitive substring.
|
![]() ![]() | TitleIs |
An expectation for checking the title of a page.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also