Web |
public static class WebDriverExtensions
The WebDriverExtensions type exposes the following members.
Name | Description | |
---|---|---|
Actions | Selenium Actions. | |
DragAndDropJs | Javascript drag and drop function. | |
IsElementPresent | Wait for element to be displayed for specified time. | |
IsPageTitle | Determines whether [is page title] equals [the specified page title]. | |
JavaScriptAlert | Handler for simple use JavaScriptAlert. | |
JavaScripts | Easy use for java scripts. | |
NavigateTo | Navigates to. | |
PageSourceContainsCase | Checks that page source contains text for specified time. | |
ScrollIntoMiddle | The scroll into middle. | |
SwitchToWindowUsingUrl | Switch to existing window using url. | |
SynchronizeWithAngular | Enable synchronization with angular. | |
WaitForAjax(IWebDriver) | Waits for all ajax actions to be completed. | |
WaitForAjax(IWebDriver, Double) | Waits for all ajax actions to be completed. | |
WaitForAngular(IWebDriver) | Waits for all angular actions to be completed. | |
WaitForAngular(IWebDriver, Double) | Waits for all angular actions to be completed. | |
WaitUntilElementIsNoLongerFound | Waits the until element is no longer found. |