Click or drag to resize

WebDriverExtensions Class

Framework to automate tests using Selenium WebDriver
Extension methods for IWebDriver.
Inheritance Hierarchy
SystemObject
  Ocaramba.ExtensionsWebDriverExtensions

Namespace: Ocaramba.Extensions
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 1.0.0+d8e789f8644d1a9b63485ad7914acf4f489f3ef9
Syntax
C#
public static class WebDriverExtensions
Request Example

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