Class WindowTitle
- class ooodev.utils.data_type.window_title.WindowTitle(title, is_regex=False, class_name='SALFRAME')[source]
Window Title Info
- Parameters:
title (str) –
is_regex (bool) –
class_name (str) –
- __init__(title, is_regex=False, class_name='SALFRAME')
- Parameters:
title (str) –
is_regex (bool) –
class_name (str) –
- Return type:
None
- class_name: str = 'SALFRAME'
- is_regex: bool = False
Determines if title is treated as regular expression.
- title: str
Window Title