pub fn init<R: Runtime>() -> TauriPlugin<R>Expand description
Initializes the plugin with default settings.
The port is determined in the following order:
TAURI_WEBDRIVER_PORTenvironment variable (if set and valid)- Default port (4445)
pub fn init<R: Runtime>() -> TauriPlugin<R>Initializes the plugin with default settings.
The port is determined in the following order:
TAURI_WEBDRIVER_PORT environment variable (if set and valid)