Skip to content

Conversation

@pavelfeldman
Copy link
Member

@pavelfeldman pavelfeldman commented Jun 14, 2020

pfeldman$ playwright⏎

Usage: playwright [options] [command]

Options:
  -V, --version                output the version number
  -b, --browser <browserType>  browser to use, one of cr, chromium, ff, firefox, wk, webkit (default: "chromium")
  --headless                   run in headless mode (default: false)
  --device <deviceName>        emulate device, for example  "iPhone 11"
  -h, --help                   display help for command

Commands:
  open [url]                   open page in browser specified via -b, --browser
  cr [url]                     open page in Chromium browser
  ff [url]                     open page in Firefox browser
  wk [url]                     open page in WebKit browser
  help [command]               display help for command

return isInDebugMode;
}

static setDebugMode() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Seem unused.

Copy link
Member Author

Choose a reason for hiding this comment

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

It will be!

@pavelfeldman pavelfeldman merged commit f2c47b1 into microsoft:master Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants