node-horseman
Advanced tools
Comparing version 1.4.0 to 1.4.1
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
##1.4.1 - 2015-03-04 | ||
### Fixed | ||
- Readme issue | ||
##1.4.0 - 2015-03-04 | ||
@@ -5,0 +9,0 @@ ### Added |
{ | ||
"name": "node-horseman", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Run PhantomJS from Node", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -369,4 +369,5 @@ Horseman | ||
* 0x20000000: A keypad button is pressed | ||
To a shift+p event, you would use `.keyboardEvent("keypress","p",0x02000000)`. | ||
To send a shift+p event, you would use `.keyboardEvent("keypress","p",0x02000000)`. | ||
### Waiting | ||
@@ -373,0 +374,0 @@ These functions for the browser to wait for an event to occur. If the event does not occur before the timeout period (configurable via the options), a timeout event will fire. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154603
464