The Selenium namespace contains the SeleniumBasic COM API: browser automation types,
WebDriver wrappers, helpers, and related utilities. Select a type below to open its class or enumeration topic.
Assembly: Selenium (in Selenium.dll)
Classes
| Type | Description |
| Actions | Complex user gestures (builder pattern). |
| Alert | Browser alert, confirm, and prompt dialogs. |
| Application | Main entry point and factory methods for drivers. |
| Assert | Assertion helpers for tests. |
| By | Element location strategies (id, XPath, CSS, etc.). |
| Capabilities | Desired capabilities for WebDriver sessions. |
| ChromeDriver | Chrome / Chromium WebDriver instance. |
| Cookie | A single HTTP cookie. |
| Cookies | Cookie collection for the current session. |
| Dictionary | String-keyed dictionary helper for scripts and data. |
| DictionaryItem | Key/value pair enumeration support. |
| EdgeDriver | Microsoft Edge WebDriver instance. |
| FirefoxDriver | Firefox WebDriver instance. |
| IEDriver | Internet Explorer WebDriver instance. |
| Image | Bitmap capture and comparison utilities. |
| Keyboard | Low-level keyboard input. |
| Keys | Special key constants for SendKeys. |
| List | List/collection helper. |
| Manage | Browser window and session management. |
| Mouse | Low-level mouse input. |
| OperaDriver | Opera WebDriver instance. |
| PdfFile | PDF output helper. |
| PhantomJSDriver | PhantomJS WebDriver instance (legacy). |
| Point | 2D point structure. |
| Proxy | Proxy configuration. |
| SearchContext | Shadow DOM and search context helpers. |
| SelectElement | <select> element interactions. |
| Size | Width and height pair. |
| Storage | Web storage (local / session). |
| Table | Table data helper. |
| TableElement | HTML table element wrapper. |
| TableRow | Table row wrapper. |
| Timeouts | Implicit and explicit wait timeouts. |
| TouchActions | Touch gesture actions. |
| TouchScreen | Touch screen input. |
| Utils | Miscellaneous utilities. |
| Verify | Soft verification helpers. |
| Waiter | Wait conditions and polling. |
| WebDriver | Core WebDriver interface to the browser. |
| WebElement | DOM element reference and actions. |
| WebElements | Collection of WebElement objects. |
| Window | Browser window control (size, position, tabs). |
Enumerations