docs: fix broken anchor links
This commit is contained in:
parent
a5ca9b7d37
commit
2d35fe97de
|
|
@ -920,9 +920,9 @@ By default, chained selectors resolve to an element queried by the last selector
|
|||
For example, `css=article >> text=Hello` captures the element with the text `Hello`, and `*css=article >> text=Hello` (note the `*`) captures the `article` element that contains some element with the text `Hello`.
|
||||
|
||||
|
||||
[text]: #text-selector
|
||||
[css]: #css-selector
|
||||
[xpath]: #xpath-selectors
|
||||
[react]: #react-selectors
|
||||
[vue]: #vue-selectors
|
||||
[text]: #legacy-text-locator
|
||||
[css]: #css-locator
|
||||
[xpath]: #xpath-locator
|
||||
[react]: #react-locator
|
||||
[vue]: #vue-locator
|
||||
[id]: #id-data-testid-data-test-id-data-test-selectors
|
||||
|
|
|
|||
|
|
@ -1457,7 +1457,7 @@ This version of Playwright was also tested against the following stable channels
|
|||
|
||||
#### New APIs
|
||||
|
||||
- [`browserType.launch()`](./api/class-browsertype#browsertypelaunchoptions) now accepts the new `'channel'` option. Read more in [our documentation](./browsers).
|
||||
- [`browserType.launch()`](./api/class-browsertype#browser-type-launch-option-channel) now accepts the new `'channel'` option. Read more in [our documentation](./browsers).
|
||||
|
||||
|
||||
## Version 1.9
|
||||
|
|
|
|||
|
|
@ -2651,7 +2651,7 @@ This version of Playwright was also tested against the following stable channels
|
|||
|
||||
#### New APIs
|
||||
|
||||
- [`browserType.launch()`](./api/class-browsertype#browsertypelaunchoptions) now accepts the new `'channel'` option. Read more in [our documentation](./browsers).
|
||||
- [`browserType.launch()`](./api/class-browsertype#browser-type-launch-option-channel) now accepts the new `'channel'` option. Read more in [our documentation](./browsers).
|
||||
|
||||
|
||||
## Version 1.9
|
||||
|
|
|
|||
|
|
@ -1433,7 +1433,7 @@ This version of Playwright was also tested against the following stable channels
|
|||
|
||||
#### New APIs
|
||||
|
||||
- [`browserType.launch()`](./api/class-browsertype#browsertypelaunchoptions) now accepts the new `'channel'` option. Read more in [our documentation](./browsers).
|
||||
- [`browserType.launch()`](./api/class-browsertype#browser-type-launch-option-channel) now accepts the new `'channel'` option. Read more in [our documentation](./browsers).
|
||||
|
||||
|
||||
## Version 1.9
|
||||
|
|
|
|||
Loading…
Reference in a new issue