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 ce3129bCopy full SHA for ce3129b
src/util/waitForElement.js
@@ -1,6 +1,6 @@
1
/**
2
* Waits until Element will appear
3
- * @param {HTMLElement} elSelector Selector to locate Element
+ * @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
*/
0 commit comments