Dmitry Gozman
|
aac5bf24ec
|
fix(popups): do not override popup size from window features (#2139)
We usually force window size from the browser context. However,
popups that have window features insist on a specific window size,
so we respect that.
|
2020-05-22 15:56:37 -07:00 |
|
Andrey Lushnikov
|
a38ac3fb62
|
fix: report hash in page.url() (#2252)
Fixes #2247
|
2020-05-14 17:23:19 -07:00 |
|
Dmitry Gozman
|
d7a1e013c6
|
fix(chromium): do not wait forever for navigations that target another tab/download (#2068)
|
2020-04-30 21:24:03 -07:00 |
|
Dmitry Gozman
|
d1a95518be
|
chore: remove old TODOs, add a test (#1879)
|
2020-04-20 13:01:06 -07:00 |
|
Dmitry Gozman
|
cf415bb45a
|
test: add failing popup tests (#1849)
|
2020-04-17 15:20:50 -07:00 |
|
Dmitry Gozman
|
f5942295d4
|
feat(api): wait for popups and downloads when performing actions (#1744)
|
2020-04-16 13:09:24 -07:00 |
|
Dmitry Gozman
|
ade9d23c28
|
test: remove module.export.describe wrapper (#1716)
|
2020-04-08 15:19:09 -07:00 |
|
Dmitry Gozman
|
e0c8fbf1a6
|
test: put test runner api on global, remove unused parameters (#1684)
|
2020-04-07 08:10:31 -07:00 |
|
Dmitry Gozman
|
5673fd7040
|
feat(firefox): bump to 1071 (#1670)
|
2020-04-05 08:59:25 -07:00 |
|
Dmitry Gozman
|
b473d9dcf7
|
chore(firefox): remove FFPage._initialize to ensure early initialization (#1554)
|
2020-03-26 16:13:11 -07:00 |
|
Dmitry Gozman
|
f420cbb528
|
test: fix race in 'should respect routes from browser context' test (#1559)
We should await the popup, otherwise there is no guarantee that
request has already happened.
|
2020-03-26 15:55:01 -07:00 |
|
Dmitry Gozman
|
de0a2d1081
|
api(waitForLoadState): move waitUntil to be a first parameter (#1490)
|
2020-03-23 13:51:11 -07:00 |
|
Pavel Feldman
|
15ebe1c339
|
feat(exposeFunction): implement context-level expose on firefox (#1478)
|
2020-03-22 22:45:15 -07:00 |
|
Pavel Feldman
|
23e5d80e06
|
test: uncomment slow ff tests (#1479)
|
2020-03-22 22:16:39 -07:00 |
|
Dmitry Gozman
|
6e8895fa08
|
fix(firefox): make interception, locale and geolocation work on browser context level (#1472)
|
2020-03-22 08:56:50 -07:00 |
|
Dmitry Gozman
|
3f90c09e6d
|
tests: mark popup tests as passing on Firefox (#1466)
|
2020-03-21 19:56:33 -07:00 |
|
Pavel Feldman
|
1b08797c6f
|
tests(ff): uncomment a couple of firefox tests (#1465)
|
2020-03-21 17:58:33 -07:00 |
|
Yury Semikhatsky
|
bae56ea9d3
|
fix(chromium): support main resource request interception for popups (#1449)
|
2020-03-20 16:13:42 -07:00 |
|
Yury Semikhatsky
|
4320d4ba83
|
test: fix link navigation test so that it passes in Chromium (#1448)
|
2020-03-20 15:45:20 -07:00 |
|
Yury Semikhatsky
|
535b484637
|
api(context): get rid of PageEvent (#1433)
|
2020-03-19 16:25:12 -07:00 |
|
Dmitry Gozman
|
7bd924673a
|
fix(PageEvent): properly wait for initial navigation in chromium and webkit (#1412)
|
2020-03-18 17:14:18 -07:00 |
|
Pavel Feldman
|
049b336800
|
api(devices): extract isMobile/hasTouch from viewport (#1415)
|
2020-03-17 18:21:02 -07:00 |
|
Dmitry Gozman
|
69be12ae12
|
api(route): pass Route object instead of Request to route handlers (#1385)
References #1348.
|
2020-03-13 14:30:40 -07:00 |
|
Dmitry Gozman
|
601d57a300
|
test: add a test for popup with window features (#1381)
|
2020-03-13 13:08:35 -07:00 |
|
Dmitry Gozman
|
e382bb329b
|
api: remove 'commit' phase, actions to wait until 'domcontentloaded' by default (#1358)
|
2020-03-12 11:20:03 -07:00 |
|
Dmitry Gozman
|
c1ef683373
|
api: remove waitForLoadState() in favor of PageEvent.page(options) (#1323)
|
2020-03-11 14:46:52 -07:00 |
|
Dmitry Gozman
|
d5a2781e80
|
fix(chromium): do not await extra promises in initialize() to attach early enough (#1311)
|
2020-03-10 10:06:17 -07:00 |
|
Dmitry Gozman
|
ea6978a3d8
|
api(popups): expose BrowserContext.route() (#1295)
|
2020-03-09 21:02:54 -07:00 |
|
Dmitry Gozman
|
cf46f1b056
|
test(chromium): mark passing popup tests as passing (#1297)
|
2020-03-09 16:06:30 -07:00 |
|
Andrey Lushnikov
|
c494944b46
|
api(popups): move Page.authenticate to BrowserContext.setHTTPCredentials (#1267)
Drive-by: fixes #720 since it rolls past r1037.
Co-authored-by: Dmitry Gozman <dgozman@gmail.com>
|
2020-03-06 13:50:42 -08:00 |
|
Yury Semikhatsky
|
9bc6dcea1d
|
feat(api): introduce BrowserContext.waitForEvent (#1252)
|
2020-03-05 17:22:57 -08:00 |
|
Dmitry Gozman
|
e5f82af47c
|
api(popups): emit PageEvent immediately, and resolve page() once initialized (#1229)
This way we do not miss any popups, even immediately closed ones.
|
2020-03-05 15:18:27 -08:00 |
|
Yury Semikhatsky
|
665888d579
|
feat(popups): auto-attach to all pages in Chromium (#1226)
|
2020-03-05 10:45:32 -08:00 |
|
Dmitry Gozman
|
7f9df9488e
|
api(popups): move Page.setOfflineMode -> BrowserContext.setOffline (#1223)
|
2020-03-04 17:58:12 -08:00 |
|
Dmitry Gozman
|
f4e9b5079d
|
api: declare not supporting isMobile on Firefox (#1207)
|
2020-03-03 17:28:31 -08:00 |
|
Dmitry Gozman
|
6c6cdc033b
|
api(popup): introduce BrowserContext.exposeFunction (#1176)
|
2020-03-03 16:46:06 -08:00 |
|
Pavel
|
2f98b5e26a
|
test: mark some tests as skipped (2)
|
2020-03-02 15:08:15 -08:00 |
|
Pavel Feldman
|
5bd6e4970b
|
test: it.skip skips and it.fail expects to fail now (#1178)
|
2020-03-02 13:47:08 -08:00 |
|
Dmitry Gozman
|
823bf389a7
|
api: evaluateOnNewDocument -> addInitScript (#1152)
Also adds more options to specify the script.
|
2020-02-27 17:42:14 -08:00 |
|
Dmitry Gozman
|
7682865d73
|
feat(popups): add BrowserContext.evaluateOnNewDocument (#1136)
|
2020-02-27 16:18:33 -08:00 |
|
Yury Semikhatsky
|
6b6a671754
|
fix(webkit): pass popup tests (#1138)
|
2020-02-27 08:43:01 -08:00 |
|
Dmitry Gozman
|
672f3f9960
|
feat(popups): introduce BrowserContext.setDefaultHTTPHeaders (#1116)
|
2020-02-26 12:42:20 -08:00 |
|
Andrey Lushnikov
|
05a1e1c641
|
test: remove newContext and newPage test helpers (#1070)
All tests should clean up their contexts themselves.
|
2020-02-20 15:15:48 -08:00 |
|
Dmitry Gozman
|
cb63021b2f
|
test: add test for navigator.userAgent in popups (#985)
|
2020-02-13 13:23:29 -08:00 |
|
Dmitry Gozman
|
fbce2908ad
|
test: unskip passing Firefox tests (#966)
|
2020-02-12 16:27:45 -08:00 |
|
Dmitry Gozman
|
da30847c83
|
feat(firefox): apply emulation to all pages in the browser context (#931)
|
2020-02-11 18:52:01 -08:00 |
|