The RemoteWebDriver type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Close |
Closes the Browser
|
![]() | CreateElement |
Creates a RemoteWebElement with the specified ID.
|
![]() | Dispose |
Dispose the RemoteWebDriver Instance
|
![]() | Dispose(Boolean) |
Stops the client from running
|
![]() | ![]() | (Inherited from ![]() |
![]() | Execute |
Executes a command with this driver .
|
![]() | ExecuteAsyncScript |
Executes JavaScript asynchronously in the context of the currently selected frame or window.
|
![]() | ExecuteScript |
Executes JavaScript in the context of the currently selected frame or window
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | FindElement(By) |
Finds the first element in the page that matches the By object
|
![]() | FindElement(String, String) |
Finds an element matching the given mechanism and value.
|
![]() | FindElementByClassName |
Finds the first element in the page that matches the CSS Class supplied
|
![]() | FindElementByCssSelector |
Finds the first element matching the specified CSS selector.
|
![]() | FindElementById |
Finds the first element in the page that matches the ID supplied
|
![]() | FindElementByLinkText |
Finds the first of elements that match the link text supplied
|
![]() | FindElementByName |
Finds the first of elements that match the name supplied
|
![]() | FindElementByPartialLinkText |
Finds the first of elements that match the part of the link text supplied
|
![]() | FindElementByTagName |
Finds the first of elements that match the DOM Tag supplied
|
![]() | FindElementByXPath |
Finds the first of elements that match the XPath supplied
|
![]() | FindElements(By) |
Finds the elements on the page by using the By object and returns a ReadOnlyCollection of the Elements on the page
|
![]() | FindElements(String, String) |
Finds all elements matching the given mechanism and value.
|
![]() | FindElementsByClassName |
Finds a list of elements that match the class name supplied
|
![]() | FindElementsByCssSelector |
Finds all elements matching the specified CSS selector.
|
![]() | FindElementsById |
Finds the first element in the page that matches the ID supplied
|
![]() | FindElementsByLinkText |
Finds a list of elements that match the link text supplied
|
![]() | FindElementsByName |
Finds a list of elements that match the name supplied
|
![]() | FindElementsByPartialLinkText |
Finds a list of elements that match the class name supplied
|
![]() | FindElementsByTagName |
Finds a list of elements that match the DOM Tag supplied
|
![]() | FindElementsByXPath |
Finds a list of elements that match the XPath supplied
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | Manage |
Method For getting an object to set the Speed
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Navigate |
Method to allow you to Navigate with WebDriver
|
![]() | Quit |
Close the Browser and Dispose of WebDriver
|
![]() | StartClient |
Starts the command executor, enabling communication with the browser.
|
![]() | StartSession |
Starts a session with the driver
|
![]() | StopClient |
Stops the command executor, ending further communication with the browser.
|
![]() | SwitchTo |
Method to give you access to switch frames and windows
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also