Permalink
Switch branches/tags
Commits on May 29, 2015
  1. Merge pull request #127 from meduzaza/master

    nagappan committed May 29, 2015
    Update AXClasses.py
  2. Update AXClasses.py

    meduzaza committed May 29, 2015
Commits on May 22, 2015
  1. Merge pull request #126 from kejkz/master

    nagappan committed May 22, 2015
    Add back compatibility with 10.9
  2. Add file default encoding

    kejkz committed May 22, 2015
Commits on May 13, 2015
  1. Merge pull request #123 from ppluciennik/master

    nagappan committed May 13, 2015
    Reduce startup and shutdown time.
  2. Merge pull request #124 from ppluciennik/improvement-focuschanged

    nagappan committed May 13, 2015
    Added waitForFocusToMatchCriteria method.
Commits on Apr 14, 2015
  1. Merge pull request #121 from bzzzzzz/master

    nagappan committed Apr 14, 2015
    Installation and crash fixes
Commits on Apr 13, 2015
  1. crash in observerCallback fixed

    bzzzzzz committed Apr 13, 2015
  2. pyobjc-core, pyobjc-framework-Cocoa and pyobjc-framework-Quartz added…

    bzzzzzz committed Apr 13, 2015
    … to package depencies in setup.py
Commits on Apr 7, 2015
  1. Merge pull request #120 from bzzzzzz/master

    nagappan committed Apr 7, 2015
    PEP-8 compability for atomac package
Commits on Jan 6, 2015
  1. Merge pull request #114 from harry5263/master

    nagappan committed Jan 6, 2015
    Add drag and drop function to AXClasses.py
Commits on Dec 19, 2014
  1. Merge pull request #113 from SGarfinkel/master

    nagappan committed Dec 19, 2014
    Functionality To Get Top-Most Elements by Position
Commits on Dec 18, 2014
  1. Now up to date with master

    sgarfinkel committed Dec 18, 2014
  2. Now up-to-date with master.

    sgarfinkel committed Dec 18, 2014
Commits on Oct 21, 2014
  1. Merge pull request #103 from mpichlin/issue-102/1

    nagappan committed Oct 21, 2014
    Issue #102: Force remap in guiexist.
  2. Issue #102: Force remap in guiexist.

    mpichlin committed Oct 21, 2014
    Forcing remap of application objects will avoid returning 1 for gui which has
    dissapeared.
Commits on Sep 19, 2014
  1. Merge pull request #101 from mpichlin/issue-99/1

    nagappan committed Sep 19, 2014
    fixup! Issue #99: generatekeyevent should send events to the system.
  2. fixup! Issue #99: generatekeyevent should send events to the system.

    mpichlin committed Sep 19, 2014
    Keep API consistent.
Commits on Sep 18, 2014
  1. Merge pull request #100 from mpichlin/issue-99/1

    nagappan committed Sep 18, 2014
    Issue #99: generatekeyevent should send events to the system.
  2. Issue #99: generatekeyevent should send events to the system.

    mpichlin committed Sep 18, 2014
    Sending keyboard events to the system is the best way of simulating user
    interaction via keyboard. System is dispatching the evenets to the
    focused application.
    
    Sometimes focused application may not be the front most application.
Commits on Sep 9, 2014
  1. Merge pull request #98 from andrusha/master

    nagappan committed Sep 9, 2014
    Added mapping for <ctrl> to <control>
Commits on Jul 30, 2014
  1. Merge pull request #96 from ldtp/master

    nagappan committed Jul 30, 2014
    generatemouseevent API reworked by Opera team
  2. generatemouseevent API reworked by Opera team

    nagappan committed Jul 30, 2014
    Copyright (C) 2013 Opera Software ASA.  All rights reserved.
    This file is an original work developed by Opera Software ASA
    
    """This file contains an override for atomac.ldtp's generatemouseevent.
    
    The Mac implementation lacks several types, these are implemented here,
    along with the those that are already supported, so this library can
    function as a drop-in replacement."""
    
    Thanks Sigbjørn Vik <sigbjorn@opera.com> for their contribution
  3. Ignore .idea and scripts folder

    nagappan committed Jul 30, 2014
  4. Merge pull request #11 from pyatom/master

    nagappan committed Jul 30, 2014
    Latest changes