args

fun args(vararg args: String): KCEFBuilder(source)

Clear all previous added arguments and use the specified ones to pass to the JCef library. Arguments may contain spaces.

Due to installation using gradle some arguments may be overwritten again depending on your platform.

Make sure to not specify arguments that break the installation process (e.g. subprocess path, resources path...)!

Parameters

args

the arguments to add