--- sidebar_label: ElementHandle.$eval_1 --- # ElementHandle.$eval() method **Signature:** ```typescript class ElementHandle {$eval = EvaluateFunc<[ Element, ...Params ]>>(selector: string, pageFunction: Func | string, ...args: Params): Promise>>;} ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | selector | string | | | pageFunction | Func \| string | | | args | Params | | **Returns:** Promise<Awaited<ReturnType<Func>>>