mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
fixup changelog
This commit is contained in:
parent
511661c848
commit
c9b47ffe68
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue