Commit graph

  • dbfeda28a0
    feat(webkit): roll to 1167 (#1221) Dmitry Gozman 2020-03-04 12:11:43 -0800
  • f51995a580 feat(webkit): roll to 1167 Dmitry Gozman 2020-03-04 12:09:48 -0800
  • 2d4317dc9a
    docs: fix browser.contexts() description (#1220) Yury Semikhatsky 2020-03-04 12:05:18 -0800
  • 4755a0be56 docs: fix browser.contexts() description Andrey Lushnikov 2020-03-04 12:02:15 -0800
  • f5a530e17f
    docs(showcase): Add headlesstesting.com (#1218) Andrey Lushnikov 2020-03-04 11:54:45 -0800
  • 262ee7c425
    browser(webkit): fix the pool leaks on mac (#1219) Andrey Lushnikov 2020-03-04 11:51:39 -0800
  • a591de7679 browser(webkit): fix the pool leaks on mac Pavel Feldman 2020-03-04 11:47:13 -0800
  • 743047af00
    Add showcase entry TestingBot 2020-03-04 20:14:10 +0100
  • d6e265f443
    docs(readme): add network interception example (#1216) Andrey Lushnikov 2020-03-04 11:03:49 -0800
  • 14a7d1c656
    chore: bump proxy-from-env dependency (#1210) Andrey Lushnikov 2020-03-04 11:02:50 -0800
  • 1e7f12083c docs: create development dir for non-user related docs Arjun Attam 2020-03-04 10:23:54 -0800
  • 43e6ea28eb docs(readme): add network interception example Arjun Attam 2020-03-04 10:18:33 -0800
  • 4852cc70b0 feat(chromium): roll to v746728 Pavel Feldman 2020-03-04 09:29:53 -0800
  • 778762455a
    browser(webkit): fix delete context stall, emit schedule load (#1211) Pavel Feldman 2020-03-03 23:06:59 -0800
  • 771793f418
    test(context): test that context.close() works for empty context (#1205) Yury Semikhatsky 2020-03-03 23:04:08 -0800
  • e701be0972 browser(webkit): fix delete context stall, emit schedule load Pavel Feldman 2020-03-03 23:03:20 -0800
  • 82f40f262a chore: bump proxy-from-env dependency Andrey Lushnikov 2020-03-03 20:55:26 -0800
  • d943f43000 browser(firefox): introduce SimpleChannel Andrey Lushnikov 2020-03-03 20:38:03 -0800
  • 8aa88d5021
    fix(doc): check and update optional types in the api (#1206) Joel Einbinder 2020-03-03 17:29:12 -0800
  • f4e9b5079d
    api: declare not supporting isMobile on Firefox (#1207) Dmitry Gozman 2020-03-03 17:28:31 -0800
  • 33f3e5724b
    test: skip flaky 'Page.goto extraHttpHeaders should be pushed to provisional page' (#1203) Dmitry Gozman 2020-03-03 17:26:58 -0800
  • 1c4619e5e0
    fix(chromium/webkit): fix a race between Page.enable and Page.getResourceTree (#1201) Dmitry Gozman 2020-03-03 17:15:43 -0800
  • 15c70c9d61
    fix(click): timing out in page while waiting for interactable should have proper error (#1199) Dmitry Gozman 2020-03-03 17:14:00 -0800
  • c3f4bc5b97 api: declare not supporting isMobile on Firefox Dmitry Gozman 2020-03-03 17:12:36 -0800
  • b452e4d420 fix(doc): check and update optional types in the api Joel Einbinder 2020-03-03 17:11:27 -0800
  • 23790f749d
    browser(webkit): send reply to deleteContext even if there are no pages in it (#1204) Yury Semikhatsky 2020-03-03 17:10:29 -0800
  • e14daa938b test(context): test that context.close() works for empty context Yury Semikhatsky 2020-03-03 17:05:03 -0800
  • 39aa36f194 browser(webkit): send reply to deleteContext even if there are no pages in it Yury Semikhatsky 2020-03-03 17:00:07 -0800
  • fcfe887c57
    feat(select): don't accept undefined as a value (#1202) Joel Einbinder 2020-03-03 16:59:41 -0800
  • 4556513c2a
    chore(test): test cleanup (#1198) Yury Semikhatsky 2020-03-03 16:58:37 -0800
  • ca596d6f61 test: skip flaky 'Page.goto extraHttpHeaders should be pushed to provisional page' Dmitry Gozman 2020-03-03 16:47:13 -0800
  • 6c6cdc033b
    api(popup): introduce BrowserContext.exposeFunction (#1176) Dmitry Gozman 2020-03-03 16:46:06 -0800
  • d61a119524 feat(select): don't accept undefined as a value Joel Einbinder 2020-03-03 16:26:52 -0800
  • 54f03e4b47 fix(chromium/webkit): fix a race between Page.enable and Page.getResourceTree Dmitry Gozman 2020-03-03 16:09:53 -0800
  • 1b863c2300
    fix(screenshots): simplify implementation, allow fullPage + clip, add tests (#1194) Dmitry Gozman 2020-03-03 16:09:32 -0800
  • 805e239db3 fix(click): timing out in page while waiting for interactable should have proper error Dmitry Gozman 2020-03-03 15:49:57 -0800
  • 975a7c5fe9 fix(screenshots): simplify implementation, allow fullPage + clip, add tests Dmitry Gozman 2020-03-03 09:02:40 -0800
  • 2ec9e6daa2
    test: cleanup some test files (#1195) Dmitry Gozman 2020-03-03 15:02:06 -0800
  • a41481c896 api(popup): introduce BrowserContext.exposeFunction Dmitry Gozman 2020-03-02 11:24:41 -0800
  • 9f3ccb4b35
    browser(webkit): wait for all pages to close in deleteContext (#1197) Yury Semikhatsky 2020-03-03 14:44:32 -0800
  • a3eef3cafa browser(webkit): wait for all pages to close in deleteContext Yury Semikhatsky 2020-03-03 14:38:56 -0800
  • 7c3c439482 chore(test): test cleanup Yury Semikhatsky 2020-03-03 14:25:38 -0800
  • d4a8c1420a test: cleanup some test files Dmitry Gozman 2020-03-03 11:36:59 -0800
  • 4a9a155838
    test: enable page opener test on WebKit (#1193) Yury Semikhatsky 2020-03-03 14:11:17 -0800
  • 3eec2d07f5
    docs(ci): list sample configurations for ci (#1196) Arjun Attam 2020-03-03 12:21:21 -0800
  • ef6632592a docs(ci): list sample configurations for ci Arjun Attam 2020-03-03 11:48:56 -0800
  • 3e8c701550 fix(test): enable page opener test on WebKit Yury Semikhatsky 2020-03-03 10:35:16 -0800
  • ce3398b9a5
    browser(webkit): allow scripts in inspected pages to create popups (#1192) Yury Semikhatsky 2020-03-03 10:23:33 -0800
  • f47594ceae browser(webkit): allow scripts in inspected pages to create popups Yury Semikhatsky 2020-03-03 10:16:52 -0800
  • a3ed3018e8
    fix(docs): page.coverage type (#1189) Joel Einbinder 2020-03-02 22:09:06 -0800
  • e1d6ada9a1 fix(docs): page.coverage type Joel Einbinder 2020-03-02 20:19:19 -0800
  • 42aa70fb41 chore(ci): run all browser tests on Travis again Andrey Lushnikov 2020-03-02 19:09:52 -0800
  • 2711891e04 chore(ci): use bionic image on circle ci Andrey Lushnikov 2020-03-02 19:04:45 -0800
  • 019eaa4470 chore(ci): different attempt to publish on Travis Andrey Lushnikov 2020-03-02 19:00:47 -0800
  • ec3ee66043 chore(docs): optionally install XVFB in docker Andrey Lushnikov 2020-03-02 18:54:13 -0800
  • 01888897b7 chore(ci): fix publish_all_packages.sh on travis Andrey Lushnikov 2020-03-02 18:53:57 -0800
  • 64e5e213d8 chore(ci): forcefully login NPM on CI if NPM_AUTH_TOKEN is set Andrey Lushnikov 2020-03-02 18:38:39 -0800
  • a40f562662 chore(ci): add debug info for publish_all_packages Andrey Lushnikov 2020-03-02 18:35:04 -0800
  • bccdaec8b4
    chore(ci): add circle ci (#1188) Andrey Lushnikov 2020-03-02 18:34:24 -0800
  • 31e26a2208
    fix(api): fire BrowserContext.Page event in WebKit and Firefox (#1186) Yury Semikhatsky 2020-03-02 18:32:56 -0800
  • c2e3966502 Unflage redirect test Yury Semikhatsky 2020-03-02 18:30:28 -0800
  • 7a57d91d24 chore(ci): add circle ci Andrey Lushnikov 2020-03-02 18:29:21 -0800
  • 497a74d8e2 chore(ci): fix publishing @next on travis Andrey Lushnikov 2020-03-02 18:26:45 -0800
  • ed2de2c2cb chore(ci): test if travis can publish packages Andrey Lushnikov 2020-03-02 18:17:52 -0800
  • 62e2570e67 chore: fix utils/apply_next_version.js Andrey Lushnikov 2020-03-02 18:17:16 -0800
  • 0df1131dd7 Organize imports Yury Semikhatsky 2020-03-02 18:04:39 -0800
  • f1522e4876 Rename PageEvent to just Page Yury Semikhatsky 2020-03-02 18:00:43 -0800
  • c4872cdb7d Moved Popup event dispatch next to Page event Yury Semikhatsky 2020-03-02 17:58:25 -0800
  • 57c45f0d1f
    fix: properly publish all packages on travis (#1187) Andrey Lushnikov 2020-03-02 17:40:48 -0800
  • 9639d47cde address comments Andrey Lushnikov 2020-03-02 17:37:25 -0800
  • 6ad8778851 minor nits Andrey Lushnikov 2020-03-02 17:34:50 -0800
  • dca9c74d6b address comments Andrey Lushnikov 2020-03-02 17:28:54 -0800
  • 62c6674872 fix: properly publish all packages on travis Andrey Lushnikov 2020-03-02 17:08:11 -0800
  • c250eb4d44 Renamed test Yury Semikhatsky 2020-03-02 17:06:37 -0800
  • 77ccf5fe65 fix(api): fire BrowserContext.Page event in WebKit and Firefox Yury Semikhatsky 2020-03-02 15:19:02 -0800
  • 342a2cf5cc
    fix(selectors): continue matching after first fail for combined selectors (#1185) Dmitry Gozman 2020-03-02 15:47:50 -0800
  • 342e79c5b4 test: mark some tests as skipped (3) Pavel 2020-03-02 15:13:15 -0800
  • 2f98b5e26a test: mark some tests as skipped (2) Pavel 2020-03-02 15:08:15 -0800
  • ba06fb2f0d test: mark some tests as skipped Pavel 2020-03-02 14:57:09 -0800
  • 1186998bd8
    fix(click): wait for element to be displayed before scrolling into view (#1182) Dmitry Gozman 2020-03-02 14:26:38 -0800
  • e4aa11e254 fix(selectors): continue matching after first fail for combined selectors Dmitry Gozman 2020-03-02 14:21:21 -0800
  • db9a2431bf
    docs(showcase): rename playwright-controller to playwright-fluent (#1183) Henri d'Orgeval 2020-03-02 23:04:27 +0100
  • 90f9184d9b fix(click): wait for element to be displayed before scrolling into view Dmitry Gozman 2020-03-02 13:22:49 -0800
  • a57978a5f0
    api(chromium): remove Target from public API (#1163) Yury Semikhatsky 2020-03-02 13:58:22 -0800
  • 6ea5259437 Addressed review comments Yury Semikhatsky 2020-02-28 17:34:46 -0800
  • 7229a6216e wait for popup load state before checking url Yury Semikhatsky 2020-02-28 14:40:44 -0800
  • 4e031141ec Added missing import Yury Semikhatsky 2020-02-28 13:45:00 -0800
  • 3b17d10760 [API] chore(chromium): remove Target from public API Yury Semikhatsky 2020-02-27 16:30:28 -0800
  • f242e0c74f
    fix: make Transport.send() synchronous (#1177) Yury Semikhatsky 2020-03-02 13:51:32 -0800
  • 7853b62bdf docs(showcase): rename playwright-controller to playwright-fluent hdorgeval 2020-03-02 22:49:35 +0100
  • 5dbc3d0c67 Make send() methods async in FF too Yury Semikhatsky 2020-03-02 13:48:46 -0800
  • 5bd6e4970b
    test: it.skip skips and it.fail expects to fail now (#1178) Pavel Feldman 2020-03-02 13:47:08 -0800
  • 08fbc92752
    feat: support PLAYWRIGHT_DOWNLOAD_HOST (#1179) Andrey Lushnikov 2020-03-02 13:45:10 -0800
  • 81904acd44 Simplified connectToWebsocket Yury Semikhatsky 2020-03-02 13:09:14 -0800
  • 64f14aa95b Simplified error rewriting Yury Semikhatsky 2020-03-02 13:06:29 -0800
  • bcd0a1dd71 Made WebSocketTransport private to the module Yury Semikhatsky 2020-03-02 13:03:04 -0800
  • 4e8952d692 test: skip flaky Page.click test Yury Semikhatsky 2020-03-02 12:55:35 -0800
  • ced16d8401 Added bug reference Yury Semikhatsky 2020-03-02 12:01:53 -0800
  • d5951b4fc4
    fix: properly download browsers (#1173) Andrey Lushnikov 2020-03-02 11:49:42 -0800
  • 2125f12c7a feat: support PLAYWRIGHT_DOWNLOAD_HOST Andrey Lushnikov 2020-03-02 11:42:52 -0800