puppeteer/lib
Andrey Lushnikov 2061dd4718
fix(page): teach waitForSelector to return null (#3846)
`page.waitForSelector` should return `null` if waiting for `hidden:
true` and there's no matching node in DOM.

Before this patch, `page.waitForSelector` would return some JSHandle
pointing to boolean value.
2019-01-28 14:24:53 -05:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Accessibility.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
api.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
Browser.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
BrowserFetcher.js chore(types): Upgrade TypeScript to 3.2.2 (#3754) 2019-01-10 22:56:39 -08:00
Connection.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
Coverage.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
Dialog.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
DOMWorld.js fix(page): teach waitForSelector to return null (#3846) 2019-01-28 14:24:53 -05:00
EmulationManager.js chore: upgrade to TypeScript 3.0.1 (#3024) 2018-08-06 11:31:33 -07:00
Errors.js feat: introduce puppeteer/Errors (#3056) 2018-08-09 16:51:12 -07:00
Events.js refactor: consolidate all events in Events.js (#3772) 2019-01-14 19:57:05 -08:00
ExecutionContext.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
externs.d.ts fix(page): use secondary DOMWorld to drive page.select() (#3809) 2019-01-22 17:55:33 -05:00
FrameManager.js fix(page): teach waitForSelector to return null (#3846) 2019-01-28 14:24:53 -05:00
helper.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
Input.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
JSHandle.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
Launcher.js chore: cleanup puppeteer.connect({browserURL}) (#3766) 2019-01-14 14:30:03 -08:00
LifecycleWatcher.js refactor: split out classes into files (#3773) 2019-01-14 20:34:50 -08:00
Multimap.js chore: upgrade to TypeScript 3.0.1 (#3024) 2018-08-06 11:31:33 -07:00
NetworkManager.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
Page.js fix(page): teach waitForSelector to return null (#3846) 2019-01-28 14:24:53 -05:00
PipeTransport.js fix(pipe): dispatch "disconnected" event when browser is terminated (#3472) 2018-10-31 16:31:29 -07:00
Puppeteer.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
Target.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
TaskQueue.js chore(types): Upgrade TypeScript to 3.2.2 (#3754) 2019-01-10 22:56:39 -08:00
Tracing.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
USKeyboardLayout.js fix: add missing location property to some key descriptors (#3354) 2018-10-05 12:35:10 -07:00
WebSocketTransport.js refactor: use browser-compliant interface of 'ws' (#3218) 2018-09-11 18:41:28 +01:00
Worker.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00