TabControlWrapper
Class that wraps Windows Tab common control
The TabControlWrapper class is accessible via the
pywinauto.controls.common_controls
module.
Attributes
['SysTabControl32', 'WindowsForms\\d*\\.SysTabControl32\\..*']
Methods
Returns True if the handles of both controls are the same
Return the number of rows of tabs
Return the index of the selected tab
Return the number of tabs
Return the rectangle to the tab specified by tab_index
Return the text of the tab
Return the properties of the TabControl as a Dictionary
Return the client rectangles for the Tab Control
Return the texts of the Tab Control
Select the specified tab on the tab control
See
the source
for more information.