Table of Contents

Namespace OpenQA.Selenium.Internal

Classes

AsyncJavaScriptExecutor

Utility class used to execute "asynchronous" scripts. This class should only be used by browsers that do not natively support asynchronous script execution.

Warning: this class is intended for internal use only. This class will be removed without warning after all native asynchronous implementations have been completed.

ResourceUtilities

Encapsulates methods for finding and extracting WebDriver resources.

ReturnedCookie

Represents a cookie returned to the driver by the browser.

Interfaces

IFindsByClassName

Defines the interface through which the user finds elements by their CSS class.

IFindsByCssSelector

Defines the interface through which the user finds elements by their cascading style sheet (CSS) selector.

IFindsById

Defines the interface through which the user finds elements by their ID.

IFindsByLinkText

Defines the interface through which the user finds elements by their link text.

IFindsByName

Defines the interface through which the user finds elements by their name.

IFindsByPartialLinkText

Defines the interface through which the user finds elements by a partial match on their link text.

IFindsByTagName

Defines the interface through which the user finds elements by their tag name.

IFindsByXPath

Defines the interface through which the user finds elements by XPath.

IWrapsDriver

Defines the interface through which the user can access the driver used to find an element.

IWrapsElement

Defines the interface through which the user can discover if there is an underlying element to be used.