A collection of OpenQA.Selenium.IWebElement extensions.
public static class WebElementExtensionsInheritance System.Object 🡒 WebElementExtensions
- Actions(OpenQA.Selenium.IWebElement)
- AsComboBox(OpenQA.Selenium.IWebElement)
- ClickAndHold(OpenQA.Selenium.IWebElement)
- ContextClick(OpenQA.Selenium.IWebElement)
- DelayedSendKeys(OpenQA.Selenium.IWebElement, string)
- DelayedSendKeys(OpenQA.Selenium.IWebElement, string, bool)
- DelayedSendKeys(OpenQA.Selenium.IWebElement, string, int)
- DelayedSendKeys(OpenQA.Selenium.IWebElement, string, int, bool)
- DoubleClick(OpenQA.Selenium.IWebElement)
- DownloadResource(OpenQA.Selenium.IWebElement, string)
- DownloadResource(OpenQA.Selenium.IWebElement, string, string)
- GetSource(OpenQA.Selenium.IWebElement)
- GetValue(OpenQA.Selenium.IWebElement)
- Id(OpenQA.Selenium.IWebElement)
- IsStale(OpenQA.Selenium.IWebElement)
- JavaScriptBlur(OpenQA.Selenium.IWebElement)
- JavaScriptClear(OpenQA.Selenium.IWebElement)
- JavaScriptClick(OpenQA.Selenium.IWebElement)
- JavaScriptFocus(OpenQA.Selenium.IWebElement)
- JavaScriptScrollLeft(OpenQA.Selenium.IWebElement, int)
- JavaScriptScrollTop(OpenQA.Selenium.IWebElement, int)
- JsSelectByIndex(OpenQA.Selenium.Support.UI.SelectElement, int)
- JsSelectByText(OpenQA.Selenium.Support.UI.SelectElement, string)
- JsSelectByValue(OpenQA.Selenium.Support.UI.SelectElement, string)
- MoveToElement(OpenQA.Selenium.IWebElement)
- MoveToElement(OpenQA.Selenium.IWebElement, int, int)
- SendGetCommand(OpenQA.Selenium.IWebElement, string)
- SendPostCommand(OpenQA.Selenium.IWebElement, string, System.Collections.Generic.IDictionary<string,object>)
- UploadFile(OpenQA.Selenium.IWebElement, string)