Classes
Service
([executable_path, port, log_output, ...])
The abstract base class for all service objects.
The abstract base class for all service objects. Services typically launch a child program in a new process as an interim process to communicate with a browser.
executable – install path of the executable.
port – Port for the service to run on, defaults to 0 where the operating system will decide.
log_output – (Optional) int representation of STDOUT/DEVNULL, any IO instance or String path to file.
env – (Optional) Mapping of environment variables for the new process, defaults to os.environ.
driver_path_env_key – (Optional) Environment variable to use to get the path to the driver executable.
Gets the url of the Service.
A List of program arguments (excluding the executable).
Starts the Service.
WebDriverException : Raised either when it can’t start the service or when it can’t connect to the service
Check if the underlying process is still running.
Establishes a socket connection to determine if the service running on the port is accessible.
Dispatch an HTTP request to the shutdown endpoint for the service in an attempt to stop it.
Stops the service.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4