This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
v1.3.0
Summary
This release includes a fix to a unhandled-promise-rejection issue which was causing many users some grief.
Changelog
Added
- It's now possible to specify an S3 object key prefix in with a
CHROMELESS_S3_OBJECT_KEY_PREFIX
environment variable #224 @pklingem - A parameter to specify
waitTimeout
when waiting for a selector withwait(selector, waitTimeout)
#212, #208 @janza