|
|
|
@ -57,7 +57,7 @@ public class JxEngine {
|
|
|
|
|
new NxInterceptRequestCallback(this::getComponent, this::getParameterMap)); |
|
|
|
|
String options = System.getProperty("jxbrowser.chrome.setup.options"); |
|
|
|
|
if (StringUtils.isNotEmpty(options)) { |
|
|
|
|
for (String s : options.split(";")) { |
|
|
|
|
for (String s : options.split(SPLIT)) { |
|
|
|
|
builder.addSwitch(s); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|