We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4e1eb commit 43146e2Copy full SHA for 43146e2
src/util/waitForElement.js
@@ -1,7 +1,6 @@
1
/**
2
* Waits until Element will appear
3
- * @param {HTMLElement} elSelector Selector to locate Element
4
- * @param {number} timeout Maximum timeout after which Error will be thrown
+ * @param {string} elSelector Selector to locate Element
5
* @param {() => void} callback Callback to be called after Element appearance
6
*/
7
export default function waitForElement(elSelector, callback) {
0 commit comments