Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Irish <[email protected]>
  • Loading branch information
connorjclark and paulirish authored Sep 29, 2023
1 parent 27b0545 commit 9de77ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ npm install chrome-launcher
// Default: an available port is autoselected
port: number;

// (optional) When a port is specified but no Chrome is found at that port:
// * if this option is true and there is no Chrome with that debug port, throw an error
// * else, launch a new Chrome with that debug port
// (optional) When `port` is specified *and* no Chrome is found at that port,
// * if `false` (default), chrome-launcher will launch a new Chrome with that port.
// * if `true`, throw an error
// This option is useful when you wish to explicitly connect to a running Chrome, such as on a mobile device via adb
// Default: false
portStrictMode: boolean;
Expand Down

0 comments on commit 9de77ca

Please sign in to comment.