node-horseman
Advanced tools
Comparing version 1.5.0 to 1.5.1
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
##1.5.1 - 2015-03-04 | ||
### Fixed | ||
- Readme issue | ||
##1.5.0 - 2015-03-10 | ||
@@ -5,0 +9,0 @@ ### Added |
{ | ||
"name": "node-horseman", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Run PhantomJS from Node", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -100,5 +100,2 @@ Horseman | ||
#### .switchToChildFrame( selector ) | ||
Switches focus to the child frame specified by the `selector`. | ||
```js | ||
@@ -110,2 +107,5 @@ var status = horseman | ||
#### .switchToChildFrame( selector ) | ||
Switches focus to the child frame specified by the `selector`. | ||
#### .cookies([object|array of objects]) | ||
@@ -112,0 +112,0 @@ Without any options, this function will return all the cookies inside the browser. |
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
156191