14 lines
616 B
Markdown
14 lines
616 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [SystemInfo](./puppeteer.protocol.systeminfo.md) > [GetInfoResponse](./puppeteer.protocol.systeminfo.getinforesponse.md) > [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;
|
||
|
```
|