Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

v0.6.0

Compare
Choose a tag to compare
@deepsweet deepsweet released this 28 Aug 20:06
· 59 commits to master since this release

βž• introduce JSHandle class and make Element extend it (#31)
βž• page: add evaluateHandle() (#31)
βž• page: add $eval() (#15)
βž• page: add $$eval() (#14)
βž• page: allow JSHandle as argument in evaluate(), $eval() and $$eval()
πŸ›  page: cache Page instances with the same internal ID
πŸ›  element: cache Element instances with the same internal ID
πŸ›  rename Element to ElementHandle
πŸ›  emit disconnected event from Browser and close from Page when socket has been closed by server side