Skip to content

Commit

Permalink
updated api docs for axe commands
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Sep 23, 2022
1 parent e6ab5c2 commit 51bbfd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/api/client-commands/axeInject.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
* @method axeInject
* @link https://github.com/dequelabs/axe-core
* @syntax browser.axeInject()
* @api accessibility
* @api protocol.accessibility
* @since 2.3.6
*/
module.exports = class AxeInjectAbstract {
static get allowOverride() {
Expand Down
3 changes: 2 additions & 1 deletion lib/api/client-commands/axeRun.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
* @param {string} selector The CSS selector used to locate the element.
* @param {object} options Object containing rules configuration to use when performing the analysis
* @param {function} [callback] Optional callback function which is called with the results
* @api accessibility
* @api protocol.accessibility
* @since 2.3.6
*/
module.exports = class AxeInject {
static get allowOverride() {
Expand Down

0 comments on commit 51bbfd1

Please sign in to comment.