playwright/src
Dmitry Gozman 0586c2554f feat(text selector): normalize whitespace for quoted match (#5049)
This changes quoted text selector like `text="Foo Bar"` to perform
normalized whitespace match.

Most of the time users want to match some string visible on the page,
and that always means normalized whitespace.

We keep the case sensitivity and full-string vs substring difference
between quoted and unquoted matches.
2021-01-19 09:30:34 -08:00
..
cli feat(trace): show dialogs, navigations and misc events (#5025) 2021-01-15 18:30:55 -08:00
client chore: cleanup code that is not used by cli anymore (#5005) 2021-01-13 17:02:53 -08:00
debug chore(webpack): minify injected sources (#4946) 2021-01-08 16:15:05 -08:00
dispatchers chore: make generate_types not depend on the source (#5040) 2021-01-17 12:09:20 -08:00
install devops: start downloading firefox arm builds on Apple Silicon. (#5019) 2021-01-15 01:55:17 +03:00
protocol chore: cleanup code that is not used by cli anymore (#5005) 2021-01-13 17:02:53 -08:00
remote chore: expose adb devices and actions (#4647) 2020-12-09 15:06:57 -08:00
server feat(text selector): normalize whitespace for quoted match (#5049) 2021-01-19 09:30:34 -08:00
third_party/highlightjs feat(cli): bring in trace viewer (#4920) 2021-01-07 16:15:34 -08:00
trace feat(trace): show dialogs, navigations and misc events (#5025) 2021-01-15 18:30:55 -08:00
utils devops: support frequent minor releases of MacOS BigSur. (#5016) 2021-01-14 22:45:09 +03:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
browserServerImpl.ts fix(connect): provide an error message when ws endpoint is incorrect (#4978) 2021-01-11 15:53:45 -08:00
inprocess.ts feat(cli): build driver and upload to cdn (#4841) 2021-01-05 14:04:47 -08:00
service.ts chore: add websocket connection mode (#4510) 2020-11-20 15:19:39 -08:00