Gets the value property of the value attribute of a text field.
public static string GetValue(this OpenQA.Selenium.IWebElement element);
element OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement from which to get the outer HTML.
System.String
The value property of the value attribute of a text field.
Works only on Web/Mobile Web platforms.