<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [CallFunctionOnRequest](./puppeteer.protocol.runtime.callfunctiononrequest.md) &gt; [arguments](./puppeteer.protocol.runtime.callfunctiononrequest.arguments.md)

## Protocol.Runtime.CallFunctionOnRequest.arguments property

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

<b>Signature:</b>

```typescript
arguments?: CallArgument[];
```