evaluate
Evaluate JavaScript in the page context. Upstream docsReturn value
evaluateHandle
Evaluate JavaScript and return a handle to the result. Upstream docsReturn value
$eval
Find an element matching the selector and evaluate a function on it.Deprecated: This method does not wait for the element to pass actionability checks. Use locator.evaluate() instead.
Return value
$$eval
Find all elements matching the selector and evaluate a function on the array of elements.Deprecated: This method does not wait for elements to pass actionability checks. Use locator.evaluateAll() instead.
Return value

