0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/lib
Adam Stankiewicz 5ffbd0d221 feat(ElementHandle): add ElementHandle.$ and ElementHandle.$$ ()
This patch adds `ElementHandle.$` and `ElementHandle.$$` methods to query nested
elements.

Fixes 
2017-10-27 02:08:58 -07:00
..
.eslintrc.js Introduce Eslint to validate style 2017-06-11 01:32:59 -07:00
Browser.js feat(Browser): introduce Browser.pages() () 2017-10-17 19:14:57 -07:00
Connection.js fix(page): page.close() assert that connection is not closed () 2017-10-17 19:24:34 -07:00
Dialog.js chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
ElementHandle.js feat(ElementHandle): add ElementHandle.$ and ElementHandle.$$ () 2017-10-27 02:08:58 -07:00
EmulationManager.js chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
ExecutionContext.js fix(page.evaluate): jsonValue should ignore toJSON property () 2017-10-20 10:45:49 -07:00
externs.d.ts chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
FrameManager.js feat(Browser): introduce Browser.pages() () 2017-10-17 19:14:57 -07:00
helper.js fix: Remove synchronous operation with file system. () 2017-10-11 00:55:48 -07:00
Input.js fix(touch): requestAnimationFrame before sending tap () 2017-10-26 14:53:50 -07:00
Launcher.js fix(Launcher): force-kill chrome on process exit and interruption () 2017-10-24 16:05:12 -07:00
Multimap.js chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
NavigatorWatcher.js feat(Page.goto): support multiple events in waitUntil option () 2017-10-24 10:05:15 -07:00
NetworkManager.js fix(interception): Disable newtork caching when intercepting () 2017-10-24 15:14:25 -07:00
Page.js feat(Chromium): Roll chromium to r511134 () 2017-10-24 14:45:03 -07:00
Puppeteer.js chore: Use Typescript to lint JSDoc annotations () 2017-10-09 22:31:40 -07:00
Tracing.js fix: Remove synchronous operation with file system. () 2017-10-11 00:55:48 -07:00
USKeyboardLayout.js feat(keyboard): Accept codes () 2017-10-23 12:43:45 -07:00