fix(docs): a couple of broken links (#5211)
This commit is contained in:
parent
5e934d0fbd
commit
8581e3e950
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue