Click or drag to resize

WebDriverExtensions Methods

Framework to automate tests using Selenium WebDriver

The WebDriverExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodCode exampleActions Selenium Actions.
Public Extension MethodDragAndDropJs Javascript drag and drop function.
Public Extension MethodCode exampleIsElementPresent Wait for element to be displayed for specified time.
Public Extension MethodCode exampleIsPageTitle Determines whether [is page title] equals [the specified page title].
Public Extension MethodCode exampleJavaScriptAlert Handler for simple use JavaScriptAlert.
Public Extension MethodCode exampleJavaScriptsEasy use for java scripts.
Public Extension MethodNavigateTo Navigates to.
Public Extension MethodPageSourceContainsCaseChecks that page source contains text for specified time.
Public Extension MethodScrollIntoMiddle The scroll into middle.
Public Extension MethodSwitchToWindowUsingUrl Switch to existing window using url.
Public Extension MethodSynchronizeWithAngular Enable synchronization with angular.
Public Extension MethodWaitForAjax(IWebDriver) Waits for all ajax actions to be completed.
Public Extension MethodWaitForAjax(IWebDriver, Double) Waits for all ajax actions to be completed.
Public Extension MethodWaitForAngular(IWebDriver) Waits for all angular actions to be completed.
Public Extension MethodWaitForAngular(IWebDriver, Double) Waits for all angular actions to be completed.
Public Extension MethodCode exampleWaitUntilElementIsNoLongerFound Waits the until element is no longer found.
Top
See Also