playwright/src
Dmitry Gozman fd927000ea feature: update api around selectors (#280)
- Selector is again a string.
- Most methods taking selector also accept waitFor option.
- Available waitFor options are: 'visible', 'hidden', 'any' === true, false === undefined.
- waitForXPath is removed.
- waitForSelector is replaced by $(selector, { waitFor: true }).
2019-12-17 14:30:02 -08:00
..
chromium chore: simplify extra http headers handling across browsers (#274) 2019-12-17 11:31:52 -08:00
firefox chore: simplify extra http headers handling across browsers (#274) 2019-12-17 11:31:52 -08:00
injected feat(selectors): add id selectors (#270) 2019-12-16 20:49:18 -08:00
webkit chore: simplify extra http headers handling across browsers (#274) 2019-12-17 11:31:52 -08:00
.eslintrc.js Initial commit 2019-11-19 10:58:15 -08:00
api.ts chore: split vendor APIs (#38) 2019-11-20 15:16:57 -08:00
browserContext.ts api: s/createIncognitoBrowserContext/newContext/ 2019-12-12 20:14:50 -08:00
browserFetcher.ts chore: reuse BrowserFetcher between browsers (#177) 2019-12-08 13:29:03 -08:00
console.ts chore: remove some usage of client from Page (#163) 2019-12-06 13:36:47 -08:00
deviceDescriptors.ts fix: rename files on case-sensitive fs 2019-12-13 13:57:11 -08:00
dialog.ts chore: reuse Dialog between browsers (#115) 2019-12-02 11:53:23 -07:00
dom.ts feature: update api around selectors (#280) 2019-12-17 14:30:02 -08:00
errors.ts fix: rename files on case-sensitive fs 2019-12-13 13:57:11 -08:00
events.ts chore(chromium): move Page to common, implement PageDelegate (#184) 2019-12-09 14:08:20 -07:00
frames.ts feature: update api around selectors (#280) 2019-12-17 14:30:02 -08:00
helper.ts feature(waitFor): use URLMatch to match request/response, waitForEvent for generic (#278) 2019-12-17 14:00:39 -08:00
input.ts feature: update api around selectors (#280) 2019-12-17 14:30:02 -08:00
javascript.ts chore: inherit FrameExecutionContext from ExecutionContext (#234) 2019-12-12 21:11:52 -08:00
network.ts feature(navigation): implement networkilde0 and networkidle2 (#263) 2019-12-16 16:32:04 -08:00
page.ts feature: update api around selectors (#280) 2019-12-17 14:30:02 -08:00
processLauncher.ts chore: rename common files to start with lower case 2019-12-12 20:55:29 -08:00
screenshotter.ts chore: merge PageDelegate, FrameDelegate and ScreenshotterDelegate (#213) 2019-12-11 13:36:41 -07:00
timeoutSettings.ts fix: rename files on case-sensitive fs 2019-12-13 13:57:11 -08:00
transport.ts fix(navigation): waitForNavigation to pick up aborted navigation (#244) 2019-12-13 16:35:10 -08:00
types.ts feature: update api around selectors (#280) 2019-12-17 14:30:02 -08:00
usKeyboardLayout.ts fix: rename files on case-sensitive fs 2019-12-13 13:57:11 -08:00