1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/e2e/tests/dynamic/response.fql
Tim Voronov fd6271b7db
Feature/#382 response cdp (#450)
* wip

* Added support of response information to CDP driver

* Fixed response look up
2020-02-11 20:06:04 -05:00

4 lines
90 B
Plaintext

LET url = @dynamic
LET doc = DOCUMENT(url, true)
RETURN EXPECT(doc.response.status, "OK")