Update docs/src/network.md
Co-authored-by: Yury Semikhatsky <yurys@chromium.org> Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
9480684cc3
commit
7039184021
|
|
@ -702,7 +702,7 @@ await Page.RouteAsync("**/title.html", async route =>
|
||||||
|
|
||||||
## Glob URL patterns
|
## Glob URL patterns
|
||||||
|
|
||||||
Playwright uses glob patterns for URL matching in network interception methods like [`method: Page.route`] or [`method: Page.waitForResponse`]. These glob patterns are more specific than typical file globs and offer features similar to regular expressions:
|
Playwright uses glob patterns for URL matching in network interception methods like [`method: Page.route`] or [`method: Page.waitForResponse`]. These glob patterns are more limited than typical file globs:
|
||||||
|
|
||||||
1. Asterisks:
|
1. Asterisks:
|
||||||
- A single `*` matches any characters except `/`
|
- A single `*` matches any characters except `/`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue