Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.32 KB

File metadata and controls

17 lines (16 loc) · 1.32 KB

WebElementExtensions.JavaScriptClear(OpenQA.Selenium.IWebElement) Method

Attempts to clear the given data from the text container. This method will not throw an exception.

public static OpenQA.Selenium.IWebElement JavaScriptClear(this OpenQA.Selenium.IWebElement element);

Parameters

element OpenQA.Selenium.IWebElement
This OpenQA.Selenium.IWebElement instance.

Returns

OpenQA.Selenium.IWebElement
A self-reference to this OpenQA.Selenium.IWebElement.

Remarks

Works only on Web/Mobile Web platforms.