Dmitry Gozman
|
7ecf252dd6
|
feat(text selector): concat sibling text nodes when calculating text (#1969)
Text that is split into multiple text nodes now matches.
|
2020-04-24 20:49:29 -07:00 |
|
Dmitry Gozman
|
5ac7f0e4ec
|
fix(text selector): allow single quoted text (#1952)
|
2020-04-23 18:48:53 -07:00 |
|
Dmitry Gozman
|
b0d79d5124
|
feat(shadow): make css pierce shadow by default (#1784)
We leave css:light, text:light, id:light, and similar to opt-out from the shadow dom piercing. The notable exception is xpath that is always light.
|
2020-04-15 10:16:29 -07:00 |
|
Dmitry Gozman
|
270206e2b4
|
feat(text selector): match button input by value (#1657)
Inputs of type button and submit are rendered with their value as text,
so we match them by text.
Fixes #1427.
|
2020-04-03 14:18:08 -07:00 |
|
Dmitry Gozman
|
a9be3c5191
|
feat(text selector): pierce shadow roots (#1619)
|
2020-04-02 18:03:30 -07:00 |
|
Dmitry Gozman
|
a7b61a09be
|
fix(text selector): by default, do a substring match (#1618)
|
2020-03-31 23:04:04 -07:00 |
|
Dmitry Gozman
|
ac2f04f10f
|
api(selectors): pass selector name when registering, allow file path (#1162)
|
2020-02-28 15:34:07 -08:00 |
|
Joel Einbinder
|
857ffd8ea9
|
fix: text selector should be case insensitive without quotes (#1151)
|
2020-02-27 16:52:30 -08:00 |
|
Dmitry Gozman
|
74b208cae5
|
feat(selectors): text=foo selector engine (#475)
|
2020-01-13 17:39:43 -08:00 |
|