MCPcopy Create free account
hub / github.com/TestLeafInc/Simba / BrowserConfig

Interface BrowserConfig

src/main/java/com/force/config/BrowserConfig.java:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25package com.force.config;
26
27public interface BrowserConfig{
28
29 public static final String START_MAXIMIZED = "--start-maximized";
30 public static final String DISABLE_INFOBARS = "--disable-infobars";
31}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected