uiautomation
|
公開メンバ関数 | |
def | __init__ (self, pattern=None) |
'Control' | Navigate (self, int direction) |
公開変数類 | |
pattern | |
def uiautomation.uiautomation.CustomNavigationPattern.__init__ | ( | self, | |
pattern = None |
|||
) |
Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nn-uiautomationclient-iuiautomationcustomnavigationpattern
'Control' uiautomation.uiautomation.CustomNavigationPattern.Navigate | ( | self, | |
int | direction | ||
) |
Call IUIAutomationCustomNavigationPattern::Navigate. Get the next control in the specified direction within the logical UI tree. direction: int, a value in class `NavigateDirection`. Return `Control` subclass or None. Refer https://docs.microsoft.com/en-us/windows/desktop/api/uiautomationclient/nf-uiautomationclient-iuiautomationcustomnavigationpattern-navigate
uiautomation.uiautomation.CustomNavigationPattern.pattern |