Skip to content

Commit

Permalink
fix(docs): a couple of broken links (#5211)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Jan 28, 2021
1 parent 5e934d0 commit 8581e3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/test-runners-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def test_my_app_is_working(fixture_name):

**Customizing fixture options**: For `browser` and `context` fixtures, use the the following fixtures to define custom launch options.

- `browser_type_launch_args`: Override launch arguments for [`browserType.launch()`](https://playwright.dev/#path=docs%2Fapi.md&q=browsertypelaunchoptions). It should return a Dict.
- `browser_context_args`: Override the options for [`browser.newContext()`](https://playwright.dev/#path=docs%2Fapi.md&q=browsernewcontextoptions). It should return a Dict.
- `browser_type_launch_args`: Override launch arguments for [`method: BrowserType.launch`]. It should return a Dict.
- `browser_context_args`: Override the options for [`method: Browser.newContext`]. It should return a Dict.

## Examples

Expand Down

0 comments on commit 8581e3e

Please sign in to comment.