WebDriver: driver path and automation flags (manual)
Static helpers on WebDriver for locating bundled drivers and toggling Chrome/Edge automation-related switches.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll)

SetChromeDriverPath / SetEdgeDriverPath

Override the default driver executable path used when starting Chrome or Edge.

SetExcludeEnableAutomationSwitch

When True, omits the --enable-automation switch for Chrome/Edge (may affect detection of automation).

See Also