Skip to content

Commit

Permalink
docs: add links
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jan 4, 2024
1 parent 0e0c09d commit fd215a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/core/engine/command/android.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion lib/core/engine/command/chromeDevToolsProtocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions lib/core/engine/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit fd215a0

Please sign in to comment.