Retrieves the last differences of a PageNode's check state functions.
Intended for framework-internal usage only.
Sets the last differences of a PageNode's check state functions.
Intended for framework-internal usage only.
All functions defined inside currently, when invoked, will instantly check if a condition is met and return false if the condition is not met.
All functions defined inside eventually, when invoked, will wait for a condition to be met and return false if the the condition is never met within a specified timeout.
All functions defined inside wait, when invoked, will wait for a condition to be met and throw an error if the condition is never met within a specified timeout.
Retrieves the id used to identify a PageNode in the instance cache of PageNodeStore.
Intended for framework-internal usage only.
Returns a JSON representation of the PageNode.
Generated using TypeDoc
This interface describes common functionalities of all PageNodes.