playwright/docs
Dmitry Gozman 0102e080f6
fix(text selector): make quoted selector match by text nodes (#5603)
This change turns quoted match to be case-sensitive (as before),
but not strictly full-string for the whole element's text.

This is a fix for a case where element contains text nodes and child elements:
```html
<div>text1<span>child node</span>text2</div>
```
We now match this div by `text="text1"` and `text="text2"`.
2021-02-24 16:32:38 -08:00
..
development infra: bump to next version on trunk at a branch point (#4288) 2020-10-29 17:46:07 -07:00
examples docs: add file chooser example, remove links to js samples (#5054) 2021-01-20 08:12:39 -08:00
src fix(text selector): make quoted selector match by text nodes (#5603) 2021-02-24 16:32:38 -08:00