MCPcopy Create free account

hub / github.com/DemonMartin/node-camoufox / functions

Functions14 in github.com/DemonMartin/node-camoufox

↓ 7 callersFunctiondebug
(msg)
example.js:4
↓ 6 callersMethod#cleanup
* Cleans up server resources * @private
src/CamoufoxServer.js:214
↓ 2 callersMethodstart
* Starts the automation server * @returns {Promise<string>} Resolves with WebSocket endpoint URL * @throws {Error} If server is already runn
src/CamoufoxServer.js:99
↓ 2 callersMethodstop
* Stops the automation server and closes the browser * @returns {Promise<number>} Resolves with exit code
src/CamoufoxServer.js:177
↓ 1 callersFunctioncreateDebugLogger
(enabled = false)
src/CamoufoxServer.js:12
↓ 1 callersFunctionload_config
Load server configuration from command line arguments. Returns: dict: Processed configuration dictionary
src/server.py:26
↓ 1 callersFunctionmain
Main entry point for the automation server. Loads configuration and launches the server with the specified settings.
src/server.py:46
↓ 1 callersFunctionparse_arguments
Parse command line arguments for server configuration. Returns: argparse.Namespace: Parsed command line arguments
src/server.py:13
↓ 1 callersFunctionrunExample
()
example.js:6
↓ 1 callersMethodsetBrowser
* Sets the browser instance for cleanup * @param {import('playwright').Browser} browser - Playwright browser instance
src/CamoufoxServer.js:90
↓ 1 callersFunctionstripAnsi
(str)
src/CamoufoxServer.js:8
Methodconstructor
* Creates a new CamoufoxServer instance * @param {ServerOptions} [options={}] - Server configuration options
src/CamoufoxServer.js:62
Methodrestart
* Restarts the automation server * @returns {Promise<string>} Resolves with new WebSocket endpoint URL
src/CamoufoxServer.js:224
MethodwsEndpoint
* Get the WebSocket endpoint URL of the running server * @returns {string|null} WebSocket endpoint URL or null if server not running
src/CamoufoxServer.js:82