Skip to content

Commit

Permalink
removed obsolete exampleLink attribute from alert.accept
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Mar 12, 2024
1 parent 9514af4 commit efeaa2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/api/client-commands/alerts/accept.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const ClientCommand = require('../_base-command.js');
* @syntax .alerts.accept([callback])
* @method alerts.accept
* @param {function} [callback] Optional callback function to be called when the command finishes.
* @exampleLink /api/acceptAlert.js
* @see alerts.dismiss
* @see alerts.getText
* @see alerts.setText
Expand Down

1 comment on commit efeaa2e

@nchalla727
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this acceptAlert method allow geoLocation popups ? if so then it will works for safari and firefox browsers

Please sign in to comment.