def event_suggestionsClosed(self):
# Work around broken/odd controller for event implementation in Edge's address omnibar (don't even announce suggestion disappearance when focus moves).
if self.UIAElement.cachedAutomationID == "addressEditBox" and self != api.getFocusObject():
return
nvwave.playWaveFile(r"waves\suggestionsClosed.wav")
# Contacts search field in People app and other places.
# An ugly hack to prevent suggestion founds from repeating.
评论列表
文章目录