 | BaseElementText Property |
Gets the innerText of this element, without any leading or trailing whitespace,
and with other whitespace collapsed.
Namespace:
TescoSW.MW.UITests.Common.PageModel.Components
Assembly:
TescoSW.MW.UITests.Common (in TescoSW.MW.UITests.Common.dll) Version: 21.2.8103.33088
Syntaxpublic string Text { get; }
Property Value
Type:
StringImplements
IWebElement.Text
ExceptionsException | Condition |
---|
StaleElementReferenceException | Thrown when the target element is no longer valid in the document DOM. |
See Also