This repository was archived by the owner on Jul 8, 2023. It is now read-only.
v0.5.0
💥 drop Node.js <8.6.0
- Node.js 10 will become an active LTS in October
- Node.js 6 is already in maintenance since April
- finally native non-transpiled async/await, object rest/spread and promisify
- ¯\(ツ)/¯
➕ page: add focus() (#17)
➕ page: add setViewport()
➕ page: add viewport()
➕ page: add url()
➕ element: add focus()
✔️ element: fix $() to return null if nothing has been found
👾 complete tests for already implemented API (#6)