markm
42cc927ab0
Fixed typo of Agend to Agent.
...
Added section to check for Nag dialog
2006-02-17 21:39:57 +00:00
markm
46ca378736
Modified quite extensively how controls are matched - hopefully making it more strict but still allowing flexibility
2006-02-17 21:07:35 +00:00
markm
eaf7f83397
Added a few more tests
2006-02-17 21:05:56 +00:00
markm
0c28a4c9b7
Added import of findwindows for findwindows.WindowAmbiguousError
2006-02-17 21:05:21 +00:00
markm
faa8cfd751
Fixed bug where combo box select was not notifying parent correctly.
...
Modified PopupMenu to work appropriately with the new MenuSelcet/MenuClick methods
2006-02-17 21:04:36 +00:00
markm
ef77ef58cc
Lots of menu changes, some doc strings edited.
2006-02-17 21:03:35 +00:00
markm
5c59d915c2
Renamed to fix typo
2006-02-17 17:35:06 +00:00
markm
d2c20aa532
renamed variables to fix pylint warnings
2006-02-15 21:48:33 +00:00
markm
14869a4376
added some more windows functions/constants/structures
2006-02-15 21:48:05 +00:00
markm
b99fe3dd6e
Added an iswindow() function
2006-02-15 21:47:11 +00:00
markm
45cf64a141
Fixed finding the text control for a non text control
2006-02-15 21:46:44 +00:00
markm
d49cb0114d
Some bug fixes and fixing for findbestmatch.find_best_control_matches()
2006-02-15 21:45:56 +00:00
markm
e843a08fea
removed
2006-02-15 21:44:23 +00:00
markm
6eb70bfe6d
Added Lots of more tests
2006-02-15 21:43:58 +00:00
markm
504d6629c1
Minor changes to avoid a Pychecker warning
2006-02-15 21:43:05 +00:00
markm
6d6a6f09c7
Preliminary support for Popup menus
2006-02-15 21:42:33 +00:00
markm
4cd8dbf0b1
Various Refactoring
...
Added support for Up-Down controls
2006-02-15 21:41:38 +00:00
markm
a098e8cb96
Added SendInput versions of Click, DoubleClick, RightClick etc
2006-02-15 21:41:06 +00:00
markm
77e74087b0
Various Refactoring
...
Added support for Up-Down controls
2006-02-15 21:38:26 +00:00
markm
4fc6ab0716
Minor changes
2006-02-13 13:48:57 +00:00
markm
01e8d50478
Moved
2006-02-13 13:47:39 +00:00
markm
90ae468c25
Added some tab control tests
2006-02-13 13:46:02 +00:00
markm
e154bf62fc
Renamed Appliaction.app_windows_ to windows_ and made it work like window_ in that you could pass in criteria. (but it returns wrapped windows not window criteria!)
2006-02-13 13:45:23 +00:00
markm
e6c2e2d7ef
Fixed a bug with finding the closes text control
2006-02-13 13:40:55 +00:00
markm
a0ec726202
Fixed bug where I was using _start instead of start_
2006-02-12 02:45:42 +00:00
markm
81ade6e3d7
Changed HwndWrapper.Text, SetText to WindowText and SetWindowText (and EditWrapper.SetText to EditWrapper.SetEditText
2006-02-12 02:44:27 +00:00
markm
a7c73f75b7
Added more tests
2006-02-12 01:48:38 +00:00
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