testium-cookie

Logic for encoding and decoding meta data when interacting with the testium proxy

Usage no npm install needed!

<script type="module">
  import testiumCookie from 'https://cdn.skypack.dev/testium-cookie';
</script>

README

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.