puppeteer/new-docs/puppeteer.protocol.runtime.callfunctiononrequest.arguments.md
2020-07-13 14:01:35 +01:00

629 B

Home > puppeteer > Protocol > Runtime > CallFunctionOnRequest > arguments

Protocol.Runtime.CallFunctionOnRequest.arguments property

Call arguments. All call arguments must belong to the same JavaScript world as the target object.

Signature:

arguments?: CallArgument[];