testium-cookie
v2.0.2
Published
Logic for encoding and decoding meta data when interacting with the testium proxy
Readme
testium-cookie 
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.
