Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 2a3a886

Browse files
committed
docs(clientsidescripts): fixing a return type
1 parent de39e50 commit 2a3a886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/clientsidescripts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ clientSideScripts.waitForAngular = function() {
3333
* arguments[0] {Element} The scope of the search.
3434
* arguments[1] {string} The binding, e.g. {{cat.name}}.
3535
*
36-
* @return {Array.<WebElement>} The elements containing the binding.
36+
* @return {Array.<Element>} The elements containing the binding.
3737
*/
3838
clientSideScripts.findBindings = function() {
3939
var using = arguments[0] || document;

0 commit comments

Comments
 (0)