JavaFXPatternJavaFXObjectText Property |
The text or title of the sought-for Node or Stage object. For Scenes, should be empty. You can use wildcards (* or ?) or specify regular expressions (regexp:...).
Namespace:
SmartBear.TestLeft.TestObjects.JavaFX
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax public string JavaFXObjectText { get; set; }
Public Property JavaFXObjectText As String
Get
Set
Dim instance As JavaFXPattern
Dim value As String
value = instance.JavaFXObjectText
instance.JavaFXObjectText = value
public:
property String^ JavaFXObjectText {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also