chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.browser / GetBrowserCommandLineResponse

GetBrowserCommandLineResponse

data class GetBrowserCommandLineResponse

Response type for the BrowserDomain.getBrowserCommandLine command.

Constructors

<init>

Response type for the BrowserDomain.getBrowserCommandLine command.

GetBrowserCommandLineResponse(arguments: List<String>)

Properties

arguments

Commandline parameters

val arguments: List<String>