MCPcopy
hub / github.com/cluic/wxauto / GetNextSiblingControl

Method GetNextSiblingControl

wxauto/uiautomation.py:5865–5870  ·  view source on GitHub ↗

Return `Control` subclass or None.

(self)

Source from the content-addressed store, hash-verified

5863 return Control.CreateControlFromElement(ele)
5864
5865 def GetNextSiblingControl(self) -> 'Control':
5866 """
5867 Return `Control` subclass or None.
5868 """
5869 ele = _AutomationClient.instance().ViewWalker.GetNextSiblingElement(self.Element)
5870 return Control.CreateControlFromElement(ele)
5871
5872 def GetPreviousSiblingControl(self) -> 'Control':
5873 """

Callers 5

GetSessionListMethod · 0.80
DownloadFilesMethod · 0.80
GetSiblingControlMethod · 0.80
GetChildrenMethod · 0.80
WalkControlFunction · 0.80

Calls 2

instanceMethod · 0.45

Tested by

no test coverage detected