playwright/src/server
Dmitry Gozman 8f71f5971b
fix(input): do not retarget from input/textarea/select to an ancestor button (#6036)
Although such markup is not expected, it happens in the wild. Retargeting
in this case in unexpected, so we check/click/etc the control itself.
2021-04-01 12:30:05 -07:00
..
android chore: add missing await to floating promises (#5813) 2021-03-22 09:59:39 -07:00
chromium api(video): implement video.saveAs and video.delete (#6005) 2021-03-31 10:38:05 -07:00
common chore: refactor actionability checks (#5368) 2021-02-10 12:36:26 -08:00
electron chore: remove ProgressController.abort (#5620) 2021-02-25 10:00:54 -08:00
firefox api(video): implement video.saveAs and video.delete (#6005) 2021-03-31 10:38:05 -07:00
injected fix(input): do not retarget from input/textarea/select to an ancestor button (#6036) 2021-04-01 12:30:05 -07:00
snapshot chore(evaluate): explicitly annotate methods that wait for signals (#5859) 2021-03-17 10:47:07 -07:00
supplements fix(selectors): properly generate selectors for tricky ids (#5940) 2021-03-25 18:43:33 -07:00
trace chore: add missing await to floating promises (#5813) 2021-03-22 09:59:39 -07:00
webkit feat: support webkit technology preview (#5885) 2021-03-31 11:32:10 -07:00
accessibility.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
artifact.ts api(video): implement video.saveAs and video.delete (#6005) 2021-03-31 10:38:05 -07:00
browser.ts api(video): implement video.saveAs and video.delete (#6005) 2021-03-31 10:38:05 -07:00
browserContext.ts api(video): implement video.saveAs and video.delete (#6005) 2021-03-31 10:38:05 -07:00
browserType.ts fix: kill browser if process doesnt exit for 30s after close (#5968) 2021-03-27 09:59:04 -07:00
console.ts chore: introduce instrumentation api (#5385) 2021-02-09 14:44:48 -08:00
deviceDescriptors.js feat(size): emulate window.screen size (#5967) 2021-03-29 14:10:58 -07:00
dialog.ts chore: introduce instrumentation api (#5385) 2021-02-09 14:44:48 -08:00
dom.ts chore(evaluate): respect signals when evaluating on handle (#5847) 2021-03-17 12:03:21 -07:00
download.ts api(video): implement video.saveAs and video.delete (#6005) 2021-03-31 10:38:05 -07:00
fileChooser.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
frames.ts chore(autowait): auto-wait for top level navigations only (#5861) 2021-03-17 14:47:51 -07:00
helper.ts fix(rimraf): allow 10 retires when removing the profile folder (#5826) 2021-03-16 19:31:35 -07:00
input.ts feat: tap (#4097) 2020-10-19 10:07:33 -07:00
instrumentation.ts feat(trace): highlight action target (#5776) 2021-03-10 11:43:26 -08:00
javascript.ts chore: add missing await to floating promises (#5813) 2021-03-22 09:59:39 -07:00
macEditingCommands.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
network.ts chore: spell overridden (#5605) 2021-02-24 15:11:34 -08:00
page.ts api(video): implement video.saveAs and video.delete (#6005) 2021-03-31 10:38:05 -07:00
pipeTransport.ts chore(eslint): add rule no-unused-expressions (#4848) 2020-12-29 09:59:35 -08:00
playwright.ts chore: move trace viewer into server (#5597) 2021-02-24 13:39:51 -08:00
processLauncher.ts chore(launcher): add more logging to processKill (#6025) 2021-03-31 12:17:16 -07:00
progress.ts chore: add missing await to floating promises (#5813) 2021-03-22 09:59:39 -07:00
screenshotter.ts chore(evaluate): explicitly annotate methods that wait for signals (#5859) 2021-03-17 10:47:07 -07:00
selectors.ts chore: introduce instrumentation api (#5385) 2021-02-09 14:44:48 -08:00
transport.ts test(inspector): add some tests (#5461) 2021-02-15 08:32:13 -08:00
types.ts feat(size): emulate window.screen size (#5967) 2021-03-29 14:10:58 -07:00
usKeyboardLayout.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
validateDependencies.ts feat: support webkit technology preview (#5885) 2021-03-31 11:32:10 -07:00