Adds an element to the IdCollector.
the unique handle, which is needed to remove the item.
Initializes the IdCollector.
Removes a element from the IdCollector.
The handle returned by the add
method, of the element to remove.
Generated using TypeDoc
The IdCollector is responsible to collect and prepare the elements, from which the page-objects will be generated, in the application context. It provides a api to the core part in the NodeJs context.
Important: You need to call the init method, before you can do anything else.
Hint: Use the Id collector just in development mode or in a dedicated environment mode, so it can not interfere your production.
global methods
window.getE2eElementTree(): IE2eElement[]
window.getE2eElementList(): IE2eElement[]
IdCollector