Utils/Dom

A utility DOM object.

Methods

waitForElement(id, callback, retries)

Checks DOM element for existence. If not found we retry n number of times with a delay.

Since
2.22.2
Parameters:
Name Type Description
id string
callback *
retries number