Downloads:
107,207
Downloads of v 1.6.1.20120913:
6,485
Last Update:
13 Sep 2012
Package Maintainer(s):
Software Author(s):
- Ariya Hidayat
- PhantomJS Committers
Tags:
phantomjs webkit web browser testing- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PhantomJS
This is not the latest version of PhantomJS available.
- 1
- 2
- 3
1.6.1.20120913 | Updated: 13 Sep 2012
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
107,207
Downloads of v 1.6.1.20120913:
6,485
Maintainer(s):
Software Author(s):
- Ariya Hidayat
- PhantomJS Committers
PhantomJS 1.6.1.20120913
This is not the latest version of PhantomJS available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Ariya Hidayat, PhantomJS Committers. The inclusion of Ariya Hidayat, PhantomJS Committers trademark(s), if any, upon this webpage is solely to identify Ariya Hidayat, PhantomJS Committers goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Unknown
Scan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PhantomJS, run the following command from the command line or from PowerShell:
To upgrade PhantomJS, run the following command from the command line or from PowerShell:
To uninstall PhantomJS, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download phantomjs --internalize --version=1.6.1.20120913 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade phantomjs -y --source="'INTERNAL REPO URL'" --version="'1.6.1.20120913'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade phantomjs -y --source="'INTERNAL REPO URL'" --version="'1.6.1.20120913'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install phantomjs
win_chocolatey:
name: phantomjs
version: '1.6.1.20120913'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'phantomjs' do
action :install
source 'INTERNAL REPO URL'
version '1.6.1.20120913'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller phantomjs
{
Name = "phantomjs"
Version = "1.6.1.20120913"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'phantomjs':
ensure => '1.6.1.20120913',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was submitted prior to moderation and has not been approved. While it is likely safe for you, there is more risk involved.
Full web stack
No browser required
PhantomJS is a headless WebKit with JavaScript API. It has fast and native support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG.
PhantomJS is created by Ariya Hidayat.
Log in or click on link to see number of positives.
- phantomjs-1.6.1-win32-static.zip (66735a60aeab) - ## / 57
- PhantomJS.1.6.1.20120913.nupkg (fa9893a3a251) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
PhantomJS 2.1.1.20231008 | 1357 | Sunday, October 8, 2023 | Approved | |
PhantomJS 2.1.1 | 58273 | Monday, January 25, 2016 | Approved | |
PhantomJS 2.0.0 | 19083 | Thursday, February 19, 2015 | Approved | |
PhantomJS 1.9.8 | 10426 | Monday, November 24, 2014 | Approved | |
PhantomJS 1.9.7 | 3130 | Monday, April 28, 2014 | Approved | |
PhantomJS 1.9.2.20131116 | 1707 | Saturday, November 16, 2013 | Unknown | |
PhantomJS 1.9.2.20131110 | 662 | Monday, November 11, 2013 | Unknown | |
PhantomJS 1.9.2 | 992 | Friday, September 20, 2013 | Unknown | |
PhantomJS 1.9.1 | 1003 | Thursday, July 25, 2013 | Unknown | |
PhantomJS 1.9.0 | 1359 | Thursday, April 4, 2013 | Unknown | |
PhantomJS 1.8.1 | 953 | Wednesday, January 30, 2013 | Unknown | |
PhantomJS 1.7.0 | 898 | Saturday, September 29, 2012 | Unknown | |
PhantomJS 1.6.1.20120913 | 6485 | Thursday, September 13, 2012 | Unknown | |
PhantomJS 1.6.1 | 879 | Thursday, September 13, 2012 | Unknown |
2012-07-22: Version 1.6.1
Bug fixes
* Don't build the deploy in debug mode (issue 599)
* Fixed building on Windows (issue 424)
* Fixed remote inspector when building statically (issue 430)
2012-06-20: Version 1.6.0 "Lavender"
New features
* Added support for passing arguments to WebPage's evaluate (issue 132)
* Added callbacks for JavaScript onConfirm and onPrompt (issue 133)
* Added stack trace when error occurs (issue 166)
* Added initial support for cookies handling (issue 354)
* Added support for header footer when printing the page (issue 410, 512)
* Added headers support in the loading request (issue 452)
* Added support to render the web page as base64-encoded string (issue 547)
* Added hooks for navigation event (issue 562)
* Added command-line option to show debug messages (issue 575)
* Added support for the zoom factor for web page rendering (issue 579)
* Added crash reporter for Mac OS X and Linux, based on Google Breakpad (issue 576)
* Added 'os' object to the system module (issue 585)
* Added support for asynchronous evaluation (issue 593)
Improvements
* Fixed remote debugging to work on Mac OS X and Windows (issue 430)
* Fixed web server getting the dropped connection for empty response (issue 451)
* Fixed text rendered as boxes (squares) on headless Linux (issue 460)
* Updated Qt to version 4.8.2 (issue 495)
* Updated CoffeeScript compiler to version 1.3.3 (issue 496)
* Fixed the build script to detect and use MAKEFLAGS (issue 503)
* Fixed the build script to properly pass Qt config flags (issue 507)
* Changed Info.plist to be embedded in Mac OS X executable (issue 528)
* Fixed wrong module require in the imagebin example (issue 536)
* Fixed example scripts to exit with the right exit code (issue 544)
* Fixed build failure with glib 2.31.0+ (issue 559)
* Fixed error handler failures in some cases (issue 589)
* Fixed Twitter-related examples to work with the new site (issue 609)
This package has no dependencies.
Ground Rules:
- This discussion is only about PhantomJS and the PhantomJS package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or PhantomJS, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.