IWebElementcontentText Property |
The text the web element controls. Includes the text of its child elements.
Namespace:
SmartBear.TestLeft.TestObjects.Web
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax string contentText { get; }
ReadOnly Property contentText As String
Get
Dim instance As IWebElement
Dim value As String
value = instance.contentText
property String^ contentText {
String^ get ();
}
Property Value
Type:
StringExceptions See Also