UNPKG

chrome-cmd

Version:

Control Chrome from the command line - List tabs, execute JavaScript, and more

14 lines (13 loc) 242 B
const BRIDGE_CONFIG = { PORT: 8765, HOST: "localhost", PORT_START: 8765, PORT_END: 8774, RECONNECT_BASE_DELAY: 1e3, MAX_RECONNECT_DELAY: 3e4, REGISTER_COMMAND_DELAY: 100, KEEPALIVE_INTERVAL: 3e4 }; export { BRIDGE_CONFIG };