Commit Graph

168 Commits

Author SHA1 Message Date
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
markm
022912d130 added check for Non Rectangle in Rectangle.__eq__() and added NMLISTVIEW structure 2006-01-31 18:48:44 +00:00
markm
5b0c125195 Added check for boolean properties - so that they are handled as longs 2006-01-31 18:46:38 +00:00
markm
c9e84c7567 Added unit tests, changed from properties to methods
added more granularity to many controls
2006-01-31 18:44:54 +00:00
markm
f44d83ab67 ... 2006-01-31 18:13:17 +00:00
markm
01a192204e Changed to reflect that properties of HwndWraper objects are now methods rather then properties 2006-01-31 18:05:41 +00:00
markm
27f7d00819 Initial doc posted 2006-01-31 18:03:24 +00:00
markm
766bdf5f7d Moved from pywinauto directory 2006-01-31 18:03:01 +00:00
markm
0d22a830d8 Broke out examples from test_application.py 2006-01-31 18:00:44 +00:00
markm
dbab749863 Update to reflect changes in Application and HwndWrapper instances 2006-01-31 17:59:41 +00:00
markm
c70ab1444d Re-organized and moved code into findbestmatch 2006-01-31 17:55:39 +00:00
markm
24b67843e7 Minor modification to test files 2006-01-26 22:26:29 +00:00
markm
abf1df88e6 Moved MinimalNotepadTest first
Used CloseClick in places where they close dialogs
2006-01-26 22:25:23 +00:00
markm
68cc2a23e6 moved PrintCtypesStruct into Structure class so that all Structures now have a __str__ method 2006-01-26 22:23:50 +00:00