1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

fixup changelog

This commit is contained in:
Jon Leighton 2012-10-12 09:18:43 +01:00
parent 511661c848
commit c9b47ffe68

View file

@ -291,12 +291,17 @@ Include as much information as possible. For example:
## Changes ##
### 1.0 ###
### Next release ###
#### Features ####
* Add `page.driver.click(x, y)` to click precise coordinates.
(Micah Geisel)
### 1.0 ###
#### Features ####
* Click co-ordinates are shown in the debug log. You can use this in
combination with `page.driver.render` to work out where clicks are
actually happening if you are having trouble.