Commit Graph

181 Commits

Author SHA1 Message Date
markm
cf5409e053 Added some extra checks to ComboBox.Select() 2006-02-12 01:48:23 +00:00
markm
5b8d020c63 Minor updates, added direct import of cElementTree (though I should wrap the import to make it optional) 2006-02-10 21:06:27 +00:00
markm
101ac0800d Fixed a bug in how the closest Text control was found. 2006-02-10 21:05:30 +00:00
markm
a249f36b8e Minor changes
start of SetFocus, GetFocus methods
Fixed bug in GetProperties for ListBoxeWrapper
2006-02-10 21:05:07 +00:00
markm
2ffe50b072 Minor bugs due to earlier refactoring that hadn't been fixed 2006-02-10 21:03:36 +00:00
markm
ea67f4cdb4 Added some more tests - especially for GetProperties 2006-02-10 21:01:50 +00:00
markm
021f257b3a Fixed importing of modules for py2exe by not playing with the path 2006-02-10 17:22:28 +00:00
markm
0fa16b772a moved some GetProperties values into writable_props 2006-02-10 16:35:45 +00:00
markm
925eb3700d Fixed some naming issues RebarWrapper.NumBands -> BandCount
Removed some GetProperties that could be implemented using writable_props
2006-02-10 16:35:05 +00:00
markm
a6733b636b using internal __file__ rather then pywinauto.__file__ 2006-02-10 15:12:27 +00:00
markm
20045a8b3f Added code to allow example to be run from examples directory without pywinauto installed in site-packages 2006-02-09 22:19:51 +00:00
markm
95ad9c6e15 Started additions for latest release 2006-02-09 22:18:51 +00:00
markm
cdd61b7a54 no real change 2006-02-09 22:18:10 +00:00
markm
d421a15152 Added some input and keyboard handling functions/structures 2006-02-09 22:17:58 +00:00
markm
d3ba5303d1 Added some keyboard input constants 2006-02-09 22:17:12 +00:00
markm
656dbf7d29 allow calling from the current directory if pywinauto is not in site-packages 2006-02-09 22:15:39 +00:00
markm
fde10b5648 Added some status bar tests 2006-02-09 22:14:57 +00:00
markm
05a8f94b2c Fixed a bug in ListViewWrapper.Select()
Reflected changes in HwndWrapper.GetProperties()
Added a GetTab mehtod of TabControlWrapper
Fixed a bug in ToolbarWrapper.GetButton() that was setting the text incorrectly
Added a method ToolbarWrapper.GetButtonRect()
Added test methods ToolbarWrapper.RightClick() and ToolbarWrapper.PressButton()
2006-02-09 22:14:07 +00:00
markm
8996b7ac5c Changed how top level windows are wrapped.
It was previously impossible to wrap top level windows in anything other then DialogWraper. Now I check for a specific wrapper and only fall back to HwndWrapper if no other wrapper is available.
2006-02-09 22:08:47 +00:00
markm
e67af6b328 Modified how GetProperties works to make it easier to extend in a simple way
Fixed a bug and Added a little more documentation to IsVisible and IsEnabled
Removed some parameters from DoubleClick and RightClick.
2006-02-09 22:07:31 +00:00
markm
f3a49f45d1 Added Init to DialogWrapper so that we could destinguish between #32770 windows and other ClassNames.
Added new wrapper - PopupMenuWrapper
2006-02-09 22:01:55 +00:00
markm
e9ed4d1ec4 Minor reformatting 2006-02-07 14:13:39 +00:00
markm
58229924a7 Removed file/folder 0.2.0 2006-02-07 00:06:33 +00:00
markm
60e7edf6dd Added a timeout parameter to exists 2006-02-07 00:05:18 +00:00
markm
86d33ab969 Don't need/want to force manifest anymore 2006-02-07 00:04:44 +00:00
markm
026a3d2ee0 Updated for cleaner directory structure 2006-02-07 00:03:43 +00:00
markm
6f57dfec0d Updated verison number 2006-02-07 00:03:08 +00:00
markm
db1d44a7a5 Renamed docs folder 2006-02-06 23:42:02 +00:00
markm
5ab3a06f26 Some doc updates in preparation for next release 2006-02-06 23:33:24 +00:00
markm
78ed13aad3 Added support for some .NET controls 2006-02-06 23:32:11 +00:00
markm
65de075bcf Changed _start to start_ and renamed function name 2006-02-06 23:10:45 +00:00
markm
89452320a5 Fixed a bug in application.WindowSpecification.window_
Added deprecated application._start and application._connect methods
Added better Attribute Error to WindowSpecification.__call__
2006-02-06 23:09:20 +00:00
markm
98a3e8292a Already moved to unittest directory 2006-02-06 22:39:16 +00:00
markm
967d23a2d9 Moved UnitTests to their own directory and out of modules 2006-02-06 22:38:41 +00:00
markm
0f4c5bd7e7 updated example location 2006-02-06 21:09:26 +00:00
markm
a89a4a7c9e changes to reflect makelong swap 2006-02-06 21:07:58 +00:00
markm
1cb1dd6017 Uncommented one line and added a part to exit windows media player 2006-02-06 21:07:23 +00:00
markm
56b560af99 timed the run
Updated some dialog references
2006-02-06 21:06:54 +00:00
markm
e023b00c3d Mainly fixing pylint warnings 2006-02-06 21:06:17 +00:00
markm
7401183250 Added code to handle empty lists (highlighted by unit tests)
Fixed some pylint warnings
2006-02-06 21:06:04 +00:00
markm
f1b3c6cebe Moved some dead code out of the file
Looked at implementing reading from app_data
Removed Process class and extracted 2 methods from it
2006-02-06 21:04:07 +00:00
markm
b9c943697e Added MoveWindow method
Cleaned up some long lines, and variable names for Pylint
worked on unit tests
2006-02-06 21:02:39 +00:00
markm
689a656b05 Minor Doc Changes 2006-01-31 19:14:06 +00:00
markm
44f66c7a42 added some more dead code 2006-01-31 19:11:05 +00:00
markm
07a2166793 Adding required files 2006-01-31 19:09:29 +00:00
markm
1716ac697b Re-organized some files 2006-01-31 19:07:31 +00:00
markm
a664ee56ad Re-organized some files 2006-01-31 19:06:51 +00:00
markm
3740f98db8 Complete change how dialogs are specified (from ActionDialog to WindowSpecification) 2006-01-31 19:04:48 +00:00
markm
27f1bd2a3d Added code to find the closest text control for non text controls 2006-01-31 19:01:46 +00:00
markm
68c9bd5535 added handle option which is essentially a pass through search. (i.e. it just return the handle again. 2006-01-31 18:50:31 +00:00