summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional/apptest.py
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in AddDomMutationObserver and WaitForDomNode automation hooks.craigdh@chromium.org2012-06-131-2/+14
* Adds an automation hook WaitUntilNavigationCompletes() which blocks until pen...craigdh@chromium.org2012-04-231-0/+9
* Fixed the DomMutationEvent PyAuto methods so that MutationObservers are only ...craigdh@chromium.org2012-04-201-1/+0
* Added an option to AddDomMutationObserver() to allow waiting until an arbitra...craigdh@google.com2012-04-191-4/+4
* Reduced complexity of AddDomEventObserver() hook by only accepting xpaths and...craigdh@chromium.org2012-04-181-12/+8
* Added a new PyAuto method WaitForDomNode() which allows tests to block until ...craigdh@chromium.org2012-04-171-2/+10
* Implement a DomMutationObserver hook to allow PyAuto to watch for changes to ...craigdh@chromium.org2012-04-101-6/+21
* Modified DomAutomationController to expose a new Javascript method sendWithId...craigdh@chromium.org2012-03-261-12/+9
* Implementation of AutomationEventQueue and associated framework to support ge...craigdh@chromium.org2012-03-061-0/+38