ElementHandle constructor

ElementHandle(
  1. ExecutionContext context,
  2. RemoteObject remoteObject,
  3. Frame? frame,
  4. FrameManager frameManager,
)

Implementation

ElementHandle(
    super.context, super.remoteObject, this.frame, this.frameManager);