puppeteer/new-docs/puppeteer.protocol.systeminfo.getinforesponse.commandline.md

14 lines
616 B
Markdown
Raw Normal View History

<!-- 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; [SystemInfo](./puppeteer.protocol.systeminfo.md) &gt; [GetInfoResponse](./puppeteer.protocol.systeminfo.getinforesponse.md) &gt; [commandLine](./puppeteer.protocol.systeminfo.getinforesponse.commandline.md)
## Protocol.SystemInfo.GetInfoResponse.commandLine property
The command line string used to launch the browser. Will be the empty string if not supported.
<b>Signature:</b>
```typescript
commandLine: string;
```