Click or drag to resize
Tesco SW, a.s.

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
Syntax
C#
public string Text { get; }

Property Value

Type: String

Implements

IWebElement.Text
Exceptions
ExceptionCondition
StaleElementReferenceExceptionThrown when the target element is no longer valid in the document DOM.
See Also