This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
v0.6.0
β 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