Skip to content

Commit

Permalink
remove connect options from api
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelEinbinder committed Aug 24, 2020
1 parent 5ce889f commit cb88ddb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -4135,8 +4135,6 @@ const { chromium } = require('playwright'); // Or 'firefox' or 'webkit'.
- `options` <[Object]>
- `wsEndpoint` <[string]> A browser websocket endpoint to connect to. **required**
- `slowMo` <[number]> Slows down Playwright operations by the specified amount of milliseconds. Useful so that you can see what is going on. Defaults to 0.
- `showMouseIndicator` <[boolean]> Show Playwright's mouse cursor.
- `showKeyboardIndicator` <[boolean]> Show Playwright's keyboard input.
- `logger` <[Logger]> Logger sink for Playwright logging.
- `timeout` <[number]> Maximum time in milliseconds to wait for the connection to be established. Defaults to `30000` (30 seconds). Pass `0` to disable timeout.
- returns: <[Promise]<[Browser]>>
Expand Down

0 comments on commit cb88ddb

Please sign in to comment.