playwright/src/server
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
..
android fix(electron): return a ChromiumBrowserContext for electron (#4913) 2021-01-13 12:08:14 -08:00
chromium feat(chromium): bump to 844399 (#5044) 2021-01-17 17:28:06 -08:00
common feat(selectors): proximity selectors (#4923) 2021-01-07 14:12:59 -08:00
electron fix(electron): return a ChromiumBrowserContext for electron (#4913) 2021-01-13 12:08:14 -08:00
firefox feat(trace): show dialogs, navigations and misc events (#5025) 2021-01-15 18:30:55 -08:00
injected feat(text selector): normalize whitespace for quoted match (#5049) 2021-01-19 09:30:34 -08:00
webkit feat(trace): show dialogs, navigations and misc events (#5025) 2021-01-15 18:30:55 -08:00
accessibility.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
browser.ts fix(electron): return a ChromiumBrowserContext for electron (#4913) 2021-01-13 12:08:14 -08:00
browserContext.ts fix(cli): do not extend injected script on same-document navigations (#5002) 2021-01-13 14:25:42 -08:00
browserType.ts fix(electron): return a ChromiumBrowserContext for electron (#4913) 2021-01-13 12:08:14 -08:00
console.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
deviceDescriptors.js chore: make generate_types not depend on the source (#5040) 2021-01-17 12:09:20 -08:00
dialog.ts feat(trace): show dialogs, navigations and misc events (#5025) 2021-01-15 18:30:55 -08:00
dom.ts api: add isChecked method (#4953) 2021-01-08 17:36:17 -08:00
download.ts fix(downloads): make path/saveAs work when connected remotely (#3634) 2020-08-26 12:46:30 -07:00
fileChooser.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
frames.ts fix(cli): do not extend injected script on same-document navigations (#5002) 2021-01-13 14:25:42 -08:00
helper.ts feat(errors): append recent browser logs when browser disconnects (#4625) 2020-12-08 09:35:28 -08:00
input.ts feat: tap (#4097) 2020-10-19 10:07:33 -07:00
javascript.ts chore(webpack): minify injected sources (#4946) 2021-01-08 16:15:05 -08:00
macEditingCommands.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
network.ts fix(cookies): make filtering by url work with subdomains (#4989) 2021-01-12 15:56:29 -08:00
page.ts feat(trace): show dialogs, navigations and misc events (#5025) 2021-01-15 18:30:55 -08:00
pipeTransport.ts chore(eslint): add rule no-unused-expressions (#4848) 2020-12-29 09:59:35 -08:00
playwright.ts chore: expose adb devices and actions (#4647) 2020-12-09 15:06:57 -08:00
processLauncher.ts feat(errors): append recent browser logs when browser disconnects (#4625) 2020-12-08 09:35:28 -08:00
progress.ts chore(typo): resolve typo in src/progress.ts (#4041) 2020-10-05 15:21:35 -07:00
screenshotter.ts fix: throw if quality=0 is passed for png screenshot (#4812) 2020-12-23 09:53:14 -08:00
selectors.ts chore: remove unused selector engines (#4950) 2021-01-08 14:51:43 -08:00
transport.ts fix(ECONRESET): fix it once and for all (#4258) 2020-10-27 11:09:41 -07:00
types.ts feat(route): support URL overrides in continue (#4438) 2020-11-16 09:59:00 -08:00
usKeyboardLayout.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
validateDependencies.ts fix(launcher): add vcruntime140_1.dll to the list of known deps (#4973) 2021-01-11 15:01:29 -08:00