uiautomation
|
公開メンバ関数 | |
def | __init__ (self, pattern=None) |
int | CurrentView (self) |
List[int] | GetSupportedViews (self) |
str | GetViewName (self, int view) |
bool | SetView (self, int view) |
公開変数類 | |
pattern | |
def uiautomation.uiautomation.MultipleViewPattern.__init__ | ( | self, | |
pattern = None |
|||
) |
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationmultipleviewpattern
int uiautomation.uiautomation.MultipleViewPattern.CurrentView | ( | self | ) |
Property CurrentView. Call IUIAutomationMultipleViewPattern::get_CurrentCurrentView. Return int, the control-specific identifier of the current view of the control. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationmultipleviewpattern-get_currentcurrentview
List[int] uiautomation.uiautomation.MultipleViewPattern.GetSupportedViews | ( | self | ) |
Call IUIAutomationMultipleViewPattern::GetCurrentSupportedViews, todo. Return List[int], a list of int, control-specific view identifiers. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationmultipleviewpattern-getcurrentsupportedviews
str uiautomation.uiautomation.MultipleViewPattern.GetViewName | ( | self, | |
int | view | ||
) |
Call IUIAutomationMultipleViewPattern::GetViewName. view: int, the control-specific view identifier. Return str, the name of a control-specific view. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationmultipleviewpattern-getviewname
bool uiautomation.uiautomation.MultipleViewPattern.SetView | ( | self, | |
int | view | ||
) |
Call IUIAutomationMultipleViewPattern::SetCurrentView. Set the view of the control. view: int, the control-specific view identifier. Return bool, True if succeed otherwise False. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationmultipleviewpattern-setcurrentview
uiautomation.uiautomation.MultipleViewPattern.pattern |