text property
text property
The text that needs to be found.
Definition:
@property
def text(self):
...
@text.setter
def text(self, value):
...
See Also
- class
SearchTextFragment
The text that needs to be found.
@property
def text(self):
...
@text.setter
def text(self, value):
...
SearchTextFragment