| pywinauto:/branches/waitbranch/ |
hide Line HistoryConstraint |
Changelog
659
by markm on
05 March 2009, 18:02:40 -0600
(12 months ago)
* Merging in changes from main branch
./__init__.py
659
./application.py
659
./controls/HwndWrapper.py
659
./controls/common_controls.py
659
./controls/menuwrapper.py
659
605
by markm on
09 April 2007, 17:03:51 -0500
(2 years 11 months ago)
* Updated the Doc strings
./timings.py
605
604
by markm on
09 April 2007, 17:02:59 -0500
(2 years 11 months ago)
* Updated so Elementtree should still be loaded on Python 2.5
./XMLHelpers.py
604
603
by markm on
09 April 2007, 17:01:08 -0500
(2 years 11 months ago)
* Changed MenuWrapper.GetProperties() to return a dictionary like all other GetProperties() methods
./controls/HwndWrapper.py
603
./controls/menuwrapper.py
603
601
by markm on
09 April 2007, 10:27:13 -0500
(2 years 11 months ago)
* Added better support for selecting treeview items and also added tests for them
./controls/common_controls.py
601
./unittests/test_common_controls.py
601
600
by markm on
09 April 2007, 10:00:06 -0500
(2 years 11 months ago)
* commented out a line that was no longer needed after the migration to the WaitUntil* functions
./application.py
600
599
by markm on
09 April 2007, 09:47:14 -0500
(2 years 11 months ago)
* Added an *args parameter to WaitUntil and WaitUntilPasses functions
* Finished off WaitUntilPasses function
./timings.py
599
598
by markm on
09 April 2007, 09:38:51 -0500
(2 years 11 months ago)
* Updated the PressButton test
597
by markm on
09 April 2007, 09:38:17 -0500
(2 years 11 months ago)
* Making doubly sure to close the process handle for remote memory blocks
* Commented out some print statements * Fixed code that selected a button based off of text in ToolbarWrapper.PressButton()
./controls/common_controls.py
597
596
by markm on
09 April 2007, 09:36:45 -0500
(2 years 11 months ago)
* Moved an import to avoid a warning message
./clipboard.py
596
595
by markm on
09 April 2007, 09:36:05 -0500
(2 years 11 months ago)
* Updated to use the new WaitUntil() function that allows the calling code not to have to worry about timeouts and stuff
./application.py
595
593
by markm on
15 March 2007, 09:37:30 -0500
(3 years ago)
* Branching the Wait*() preliminary changes
./application.py
593
./XMLHelpers.py
593
./__init__.py
593
./clipboard.py
593
|