Skip to content

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov committed Oct 30, 2015
1 parent 4b82d06 commit f9cad75
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,16 @@ or
* [Change Log / History](http://pywinauto.github.io/docs/HISTORY.html)
* [HowTo's](http://pywinauto.github.io/docs/HowTo.html)
* [Code examples (gists) on gist.github.com](https://gist.github.com/vasily-v-ryabov)
* [Mailing list](https://sourceforge.net/p/pywinauto/mailman/)

### pywinauto 0.5.3 release notes (2015 September, 25)
* Better backward compatibility with pywinauto 0.4.2:
- support Unicode symbols in the `TypeKeys` method again;
- allow `SetEditText/TypeKeys` methods to take non-string arguments;
- fix taking Unicode parameters in `SetEditText/TypeKeys`.
* Fix bug in `Wait("active")`, raise a SyntaxError when waiting for an incorrect state.
* Re-consider some timings, update docs for the default values etc.
* Fix several issues with an owner-drawn menu.
* `MenuItem` method `Click` is renamed to `ClickInput` while `Click = Select` now.
* New `SetTransparency` method can make a window transparent in a specified degree.
### Example
It is simple and the resulting scripts are very readable. How simple?

```python
app.UntitledNotepad.MenuSelect("Help->About Notepad")
app.AboutNotepad.OK.Click()
app.UntitledNotepad.Edit.TypeKeys ("pywinauto Works!", with_spaces = True)
```

### Supported controls
* Native Windows controls (full support through Win32 API)
Expand Down

0 comments on commit f9cad75

Please sign in to comment.