application class : Options(string) setter

Description

Sets startup options for the browser.

Syntax

instance.Options = value;

Assigned value

ClassDescription
stringStartup options

Return value

None.

Sample code

1:

application app;

2:

app.Options = "--disable-web-security --disable-site-isolation-trials";

Notes

Corresponds to the command line switch for the Edge.

Please note that the value is saved. If you set an option string, the string will be applied at every boot.

The default value is an empty string. You should set an empty string for clearing previous value.

Links for reference

None.

Copyright © Cooker All rights reserved.