glossary · term
WebDriver
A standard interface for controlling browsers through code.
WebDriver is a standard interface that lets software control a browser programmatically. It can navigate pages, locate elements, perform user-like actions, and collect results. It is relevant to anti-detect workflows because websites may inspect browser signals associated with automated control.


