Skip to content

Commit

Permalink
Update page function to pageFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
ankur22 authored and inancgumus committed Jun 18, 2024
1 parent efbecd7 commit cc3a209
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 'Browser module: JSHandle.evaluateHandle(pageFunction[, arg]) metho

# evaluateHandle(pageFunction[, arg])

Evaluates the page function and returns a `JSHandle`. This method passes this handle as the first argument to the page function. Unlike [evaluate](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser/jshandle/evaluate/), `evaluateHandle` returns the value as a `JSHandle`
Evaluates the `pageFunction` and returns a `JSHandle`. This method passes this handle as the first argument to the `pageFunction`. Unlike [evaluate](https://grafana.com/docs/k6/<K6_VERSION>/javascript-api/k6-experimental/browser/jshandle/evaluate/), `evaluateHandle` returns the value as a `JSHandle`

<TableWithNestedRows>

Expand Down

0 comments on commit cc3a209

Please sign in to comment.