diff --git a/lib/core/engine/command/android.js b/lib/core/engine/command/android.js index 699905c10..b79d3d16f 100644 --- a/lib/core/engine/command/android.js +++ b/lib/core/engine/command/android.js @@ -5,6 +5,7 @@ const log = intel.getLogger('browsertime.command.android'); * Provides functionality to interact with an Android device through shell commands. * * @class + * @see https://www.sitespeed.io/documentation/sitespeed.io/mobile-phones/#test-on-android */ export class AndroidCommand { constructor(options) { diff --git a/lib/core/engine/command/chromeDevToolsProtocol.js b/lib/core/engine/command/chromeDevToolsProtocol.js index 3683efb4f..de6368e17 100644 --- a/lib/core/engine/command/chromeDevToolsProtocol.js +++ b/lib/core/engine/command/chromeDevToolsProtocol.js @@ -4,9 +4,9 @@ const log = intel.getLogger('browsertime.command.devtoolsprotocol'); /** * Manages interactions with the Chrome DevTools Protocol for Chrome and Edge browsers. * Allows sending commands and setting up event listeners via the protocol. - * See https://chromedevtools.github.io/devtools-protocol/ * * @class + * @see https://chromedevtools.github.io/devtools-protocol/ */ export class ChromeDevelopmentToolsProtocol { constructor(engineDelegate, browserName) { diff --git a/lib/core/engine/context.js b/lib/core/engine/context.js index 92f45a295..61f3c820c 100644 --- a/lib/core/engine/context.js +++ b/lib/core/engine/context.js @@ -64,6 +64,7 @@ export class Context { /** * Get raw Selenium functionality. + * @see https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/index.html * @type {{webdriver: WebDriverClass, driver: WebDriverInstance}} */ this.selenium = {