Skip to content

Commit

Permalink
Modify: Resolve issue #6292 (#8062)
Browse files Browse the repository at this point in the history
Signed-off-by: Sri Harsha <[email protected]>
  • Loading branch information
harsha509 authored Feb 27, 2020
1 parent d9d17eb commit 990b4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/node/selenium-webdriver/lib/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,8 @@ class Options {
*
* @param {string} name The name of the cookie to retrieve.
* @return {!Promise<?Options.Cookie>} A promise that will be resolved
* with the named cookie, or `null` if there is no such cookie.
* with the named cookie
* @throws {error.NoSuchCookieError} if there is no such cookie.
*/
async getCookie(name) {
try {
Expand Down

0 comments on commit 990b4de

Please sign in to comment.