wait-for-the-element
Advanced tools
Changelog
4.0.2 - 2024-05-26
The package repository has moved and it's now reflected in the package metadata; this version contains no functionality changes.
Changelog
4.0.1 - 2021-10-27
ElementSearchOptions
TypeScript definition, scope
is now of type ParentNode
.Changelog
4.0.0 - 2021-07-22
waitForTheElement()
to return null
when a matching element is not found. It no longer throws an error.waitForTheElementToDisappear()
to return a boolean, it will return true
when no elements are matching or false
if a match still exsits. It no longer throws an error.Changelog
3.0.0 - 2021-07-01
waitForTheElementToDisappear()
that will wait for all elements to stop matching a provided selector.import
.wait-for-the-element
instead of waitForTheElement
.tryAndWaitForTheElement()
.Changelog
2.2.0 - 2019-06-04
Changelog
2.1.0 - 2018-12-05
waitForTheElement()
and tryAndWaitForTheElement()
now enforces that the return type must extend Element
.Changelog
2.0.0 - 2018-09-25
tryAndWaitForTheElement()
function that will return null
instead of throwing an error when a matching element is not found in time.