Skip to content

Instantly share code, notes, and snippets.

@linmic
Created December 30, 2013 17:08
Show Gist options
  • Save linmic/8184880 to your computer and use it in GitHub Desktop.
Save linmic/8184880 to your computer and use it in GitHub Desktop.
>>> import atomac
>>> skype = atomac.getAppRefByLocalizedName('Skype')
>>> skype.findFirstR(AXRole='AXGrid').waitFor(10, 'AXResized') # type something in the current chat would result in its resizing
False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment