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 ce3129b commit 6446dd6Copy full SHA for 6446dd6
src/util/waitForElement.js
@@ -1,7 +1,6 @@
1
/**
2
* Waits until Element will appear
3
* @param {string} elSelector Selector to locate Element
4
- * @param {number} timeout Maximum timeout after which Error will be thrown
5
* @param {() => void} callback Callback to be called after Element appearance
6
*/
7
export default function waitForElement(elSelector, callback) {
0 commit comments