diff options
Diffstat (limited to 'node_modules/selenium-webdriver/lib/by.js')
-rw-r--r-- | node_modules/selenium-webdriver/lib/by.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/selenium-webdriver/lib/by.js b/node_modules/selenium-webdriver/lib/by.js index ac448e683..8c718be64 100644 --- a/node_modules/selenium-webdriver/lib/by.js +++ b/node_modules/selenium-webdriver/lib/by.js @@ -153,7 +153,7 @@ class By { } /** - * Locates eleemnts by the ID attribute. This locator uses the CSS selector + * Locates elements by the ID attribute. This locator uses the CSS selector * `*[id="$ID"]`, _not_ `document.getElementById`. * * @param {string} id The ID to search for. |