Andrey Lushnikov
|
31ae1d6d15
|
feat(firefox) support Request.headers() & Response.headers() (#3993)
|
2019-02-13 00:55:56 -08:00 |
|
Andrey Lushnikov
|
89d0f1e1e7
|
feat(firefox): implement frame.goto / frame.waitForNavigation (#3992)
Some corner cases regarding iframes being detached during navigation
are not yet supported.
|
2019-02-12 20:10:53 -08:00 |
|
Andrey Lushnikov
|
1890dc04ba
|
feat(firefox): Page.waitForRequest/Page.waitForResponse (#3989)
Drive-by: refactor `Request.frame()` tests into a separate test suite.
|
2019-02-12 19:10:14 -08:00 |
|
Andrey Lushnikov
|
afb9355b15
|
feat(firefox): basic support for Network (#3988)
This patch introduces basic Request and Response events for
page. It also teaches navigation methods, e.g. `page.goto` to return
navigation response.
|
2019-02-12 17:38:48 -08:00 |
|