Commit Graph

  • 9148a07c8d Remove userAgent getter Closes #110 Joel Einbinder 2017-07-25 01:37:14 -0700
  • 7650a0a535 Move missing methods from page onto frame. Closes #113 Joel Einbinder 2017-07-25 01:25:34 -0700
  • 615381c70e Remove browser.closePage. (#124) JoelEinbinder 2017-07-25 00:44:13 -0700
  • fc247677e4 remove api for closePage Joel Einbinder 2017-07-25 00:41:29 -0700
  • 78b1e72e6c Remove browser.closePage. Closes #116 Joel Einbinder 2017-07-25 00:34:33 -0700
  • d4c5aee5a8 Rename page.evaluateOnInitialized into page.evaluateOnNewDocument Andrey Lushnikov 2017-07-25 00:00:25 -0700
  • 5acd711b20 Remove InterceptedRequest.isHandled() method Andrey Lushnikov 2017-07-24 23:37:28 -0700
  • efa33c37b3 Remove page.httpHeaders() getter Andrey Lushnikov 2017-07-24 23:35:10 -0700
  • 5549ad0282 Do not serialize remote objects unless needed Andrey Lushnikov 2017-07-24 21:43:54 -0700
  • 236acec228 Remove Frame.isMainFrame() Andrey Lushnikov 2017-07-24 21:25:54 -0700
  • 91cbe561ba Roll chromium to r488994 Andrey Lushnikov 2017-07-24 18:28:34 -0700
  • a24cec20f9 Fix clicking offscreen horizontally (#105) JoelEinbinder 2017-07-24 16:14:32 -0700
  • 39301e63a8 Fix clicking offscreen horizontally Joel Einbinder 2017-07-24 16:04:17 -0700
  • 0a3125434e Refactor Frame.waitForSelector method Andrey Lushnikov 2017-07-24 09:58:51 -0700
  • 63e928f4cd Roll chromium to r488823 Andrey Lushnikov 2017-07-24 01:12:53 -0700
  • fdaaa2c0e6 Inject file with sourceURL (#102) JoelEinbinder 2017-07-23 09:56:35 -0700
  • 566b570148 Inject file with sourcemap Joel Einbinder 2017-07-23 00:52:38 -0700
  • c4904b4e10 Do not leak event listeners on navigation Andrey Lushnikov 2017-07-22 17:03:58 -0700
  • 5757bc18f2 Rename 'maxTime' option of Page.navigate into 'timeout' Andrey Lushnikov 2017-07-22 16:25:00 -0700
  • 98ee35655f Mouse (#101) JoelEinbinder 2017-07-21 20:29:31 -0700
  • 4556af1e2d Merge branch 'master' into mouse Andrey Lushnikov 2017-07-21 20:20:10 -0700
  • eb2cb67b0e Remove keyboard.type and keyboard.press (#98) JoelEinbinder 2017-07-21 20:00:09 -0700
  • ded7c101fc add some more docs Joel Einbinder 2017-07-21 15:30:21 -0700
  • 65da70e924 Remove keyboard.type and keyboard.press Joel Einbinder 2017-07-19 15:28:11 -0700
  • 3d3e8d3afb scroll to top in selection test Joel Einbinder 2017-07-21 15:26:01 -0700
  • d6b6c308c4 button default Joel Einbinder 2017-07-21 15:08:24 -0700
  • c7b71a7b2b phantom tests pass Joel Einbinder 2017-07-21 15:07:59 -0700
  • 794f9bb82a [doclint] move all the lint checks in the lint.js Andrey Lushnikov 2017-07-21 14:17:21 -0700
  • 74a6ef30fb modifier keys on mouse Joel Einbinder 2017-07-21 14:15:18 -0700
  • 55dd0bc826 mouse api Joel Einbinder 2017-07-21 13:17:20 -0700
  • 3802a40199 almost done Joel Einbinder 2017-07-19 23:59:46 -0700
  • aa71e60b60 scroll Joel Einbinder 2017-07-18 15:52:32 -0700
  • dc032b42b9 Introduce polymorphic page.waitFor method Andrey Lushnikov 2017-07-21 12:41:49 -0700
  • 1891a49962 fix documentation for Page.waitFor Andrey Lushnikov 2017-07-21 12:14:12 -0700
  • 1f954fa7ed Implement timeout option for page.waitFor Andrey Lushnikov 2017-07-21 11:46:57 -0700
  • aba61de905 Make helper.getExceptionMessage synchronous Andrey Lushnikov 2017-07-21 11:57:25 -0700
  • 0960dc38d1 Automatically generate table-of-contents for markdown Andrey Lushnikov 2017-07-21 10:27:53 -0700
  • 52de75742b Implement visible option for Page.waitFor method Andrey Lushnikov 2017-07-21 00:58:38 -0700
  • 139b9e9b6d Get rid of page.emulate() / page.emulatedDevices() methods Andrey Lushnikov 2017-07-20 18:14:43 -0700
  • 76ac3bded5 Convert DevicesDescriptors into puppeteer format Andrey Lushnikov 2017-07-20 16:43:54 -0700
  • ffc5a8ae4f Add missing test asset Andrey Lushnikov 2017-07-20 16:05:17 -0700
  • f5215b2ed0 Restart browser once in a while during unit testing Andrey Lushnikov 2017-07-20 15:29:09 -0700
  • 42edc3108a [emulation] fix touch emulation Andrey Lushnikov 2017-07-20 10:51:12 -0700
  • 4af0911b90 Use more good flags to run chrome instance. Andrey Lushnikov 2017-07-20 12:20:10 -0700
  • a981594b1d Revert node's scrolling into view in page.click() Andrey Lushnikov 2017-07-20 00:52:44 -0700
  • e33a8f818c Support HEADLESS env variable for unit tests Andrey Lushnikov 2017-07-19 19:35:09 -0700
  • a63a0198de Implement waitFor which survives navigation (#99) Andrey Lushnikov 2017-07-19 19:04:51 -0700
  • 248fdfa2f9 documentation example Andrey Lushnikov 2017-07-19 19:00:10 -0700
  • b9562a7e52 address comments Andrey Lushnikov 2017-07-19 18:48:40 -0700
  • 016283053e Implement waitFor which survives navigation Andrey Lushnikov 2017-07-19 18:06:22 -0700
  • 2fb1d9afca Fix comments on WebPage.js (#97) JoelEinbinder 2017-07-19 14:44:47 -0700
  • febd747c5b Inroduce page.press (#96) JoelEinbinder 2017-07-19 14:43:07 -0700
  • 3219195189 Fix comments on WebPage.js Joel Einbinder 2017-07-19 14:34:39 -0700
  • af7b6b549f rebase fix Joel Einbinder 2017-07-19 14:28:46 -0700
  • 14e12e4bdb page.press and more tests Joel Einbinder 2017-07-19 14:26:47 -0700
  • 71f8c76f04 Rename keyboard.hold and release to up and down (#95) JoelEinbinder 2017-07-19 14:27:01 -0700
  • 21af495b65 Move screenshot task chain in Browser Andrey Lushnikov 2017-07-18 22:10:38 -0700
  • dea4c3dae0 Rename keyboard.hold and release to up and down Joel Einbinder 2017-07-19 14:00:11 -0700
  • 2e94f9f67b Resolve pending callbacks when connection closes Andrey Lushnikov 2017-07-19 00:40:52 -0700
  • 40c66d1f2a Roll chromium to r487285 Andrey Lushnikov 2017-07-19 00:23:23 -0700
  • 55acae40fd Introduce DEBUG module which traces public API calls Andrey Lushnikov 2017-07-18 20:53:00 -0700
  • f154d537f7 Introduce page.goBack/page.goForward (#93) Pavel Feldman 2017-07-18 19:11:37 -0700
  • 0cc25390dc Introduce page.back/forward Pavel Feldman 2017-07-18 11:28:46 -0700
  • 98c3894c84 Introduce Page.waitForNavigation (#94) Pavel Feldman 2017-07-18 18:54:24 -0700
  • 3c9d8fbac8 Introduce waitForNavigation Pavel Feldman 2017-07-18 11:28:46 -0700
  • bef9982687 Simplify waitFor code (#92) Pavel Feldman 2017-07-18 12:16:19 -0700
  • 5ca92ffb71 Getting started run instructions dgozman 2017-07-18 11:13:29 -0700
  • f2d1c4fa6c Make me read waitFor Pavel Feldman 2017-07-18 11:13:28 -0700
  • 28265fc313 Fix frame.waitFor to work with complex selectors (#90) JoelEinbinder 2017-07-18 02:10:02 -0700
  • 6c1c3a0c45 Return remote object description for unserializable objects Andrey Lushnikov 2017-07-18 00:03:52 -0700
  • aa95dce6ff frame.waitFor should work with setting innerHTML Joel 2017-07-18 09:23:40 +0100
  • 72b7e50f9e [phantom_shim] implement deprecated frame switching api Andrey Lushnikov 2017-07-17 21:04:09 -0700
  • 2ca08b032b Rename Page's 'consolemessage' event into 'console' Andrey Lushnikov 2017-07-17 20:38:11 -0700
  • 1a97d8b3c2 Teach 'consolemessage' event to send all the arguments Andrey Lushnikov 2017-07-17 01:57:37 -0700
  • 117a128b42 Introduce Page.$ and Page.$$ (#75) JoelEinbinder 2017-07-17 18:56:56 -0700
  • c43426c3f0 Merge branch 'master' into dollar_sign2 JoelEinbinder 2017-07-17 18:53:41 -0700
  • 2b699d4e19 generate toc Joel Einbinder 2017-07-17 18:52:53 -0700
  • 15e131a4f9 Merge branch 'dollar_sign2' of github.com:JoelEinbinder/puppeteer into dollar_sign2 Joel Einbinder 2017-07-17 18:51:32 -0700
  • 2dbdaa2fcd fix merge error Joel Einbinder 2017-07-17 18:51:03 -0700
  • bf7698e8f8 Intorduce Page.keyboard (#74) JoelEinbinder 2017-07-17 18:49:52 -0700
  • b173e2cc7c await nicely Joel Einbinder 2017-07-17 18:48:24 -0700
  • 12bc91ef71 Options on .press Joel Einbinder 2017-07-17 18:42:05 -0700
  • 63160946e4 fix typo Joel Einbinder 2017-07-17 18:34:44 -0700
  • 895f69d17a Add emulation for named devices. (#72) Pavel Feldman 2017-07-17 18:13:04 -0700
  • fdf07b1e1c Merge branch 'master' into keyboard Joel Einbinder 2017-07-17 18:05:45 -0700
  • 4f3d1e908c Hold and release Joel Einbinder 2017-07-17 18:04:29 -0700
  • 74115aade8 Add emulation for named devices. Pavel Feldman 2017-07-10 17:03:56 -0700
  • e8f5cfa506 Merge branch 'master' into dollar_sign2 JoelEinbinder 2017-07-17 16:26:14 -0700
  • 8af0a0132e Public modifiers method Joel Einbinder 2017-07-17 16:21:33 -0700
  • 0414dfa98b Introduce DEBUG module Andrey Lushnikov 2017-07-17 15:15:07 -0700
  • 4581ada210 Roll chromium to r486981. (#87) Pavel Feldman 2017-07-17 12:15:06 -0700
  • d646d78a5f Roll chromium to r486981. Pavel Feldman 2017-07-10 17:03:56 -0700
  • 9d5e686df1 Merge 77b5a5d801 into 9eb46d613d Aleksey 2017-07-17 18:07:06 +0000
  • efc8d183fd Merge d0b9ca5ce0 into 9eb46d613d Andrey Lushnikov 2017-07-17 18:07:05 +0000
  • 9eb46d613d [doc] add examples for Dialog and Frame classes Andrey Lushnikov 2017-07-17 11:02:13 -0700
  • b2d2bf822a Rename Page.printToPDF into page.pdf Andrey Lushnikov 2017-07-17 02:06:52 -0700
  • 262a5cf734 pressAndRelease Joel Einbinder 2017-07-16 23:59:07 -0700
  • 3b5dbe2308 [doclint] be more permissive with syntax Andrey Lushnikov 2017-07-15 10:20:10 -0700
  • d0b9ca5ce0 roll chromium to incorporate new screenshots Andrey Lushnikov 2017-07-12 15:13:25 -0700
  • 6eac22dd87 [doclint] lint events Andrey Lushnikov 2017-07-14 13:03:21 -0700