Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 1.12 KB

File metadata and controls

17 lines (16 loc) · 1.12 KB

WebElementExtensions.GetValue(OpenQA.Selenium.IWebElement) Method

Gets the value property of the value attribute of a text field.

public static string GetValue(this OpenQA.Selenium.IWebElement element);

Parameters

element OpenQA.Selenium.IWebElement
The OpenQA.Selenium.IWebElement from which to get the outer HTML.

Returns

System.String
The value property of the value attribute of a text field.

Remarks

Works only on Web/Mobile Web platforms.