2.0.2 • Published 3 years ago

testium-cookie v2.0.2

Weekly downloads
23
License
BSD-3-Clause
Repository
github
Last release
3 years ago

testium-cookie Build Status

WebDriver does not return status codes or response headers. This module stores those in a special cookie that can be read from normal WebDriver methods.

This project is a safe and inclusive place for contributors of all kinds. See the Code of Conduct for details.

modifyResponse(res)

Modifies an existing node http response to inject the _testium_ cookie.

getTestiumCookie(cookies)

Takes either a cookie dictionary or a list of cookie objects and extracts the _testium_ meta data. It returns an object with a headers and a statusCode property.