mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
docs(selectors): add missing closing backquote (#10601)
This commit is contained in:
parent
43e2adafde
commit
71adefc814
@ -869,7 +869,7 @@ Attribute selectors are not CSS selectors, so anything CSS-specific like `:enabl
|
||||
:::
|
||||
|
||||
:::note
|
||||
Attribute selectors pierce shadow DOM. To opt-out from this behavior, use `:light` suffix after attribute, for example `page.click('data-test-id:light=submit')
|
||||
Attribute selectors pierce shadow DOM. To opt-out from this behavior, use `:light` suffix after attribute, for example `page.click('data-test-id:light=submit')`
|
||||
:::
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user