-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,5 @@ django-tinymce>=1.5.2 | |
docutils>=0.10 | ||
subprocess32 | ||
psycopg2 | ||
selenium==2.40.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def6e98
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since 2015 (phantomjs (2.1.1+dfsg-1)) PhantomJS unusable via WebDriver, when installed from official debian or ubuntu repositories, because "Disabled Ghostdriver due to pre-built source-less Selenium blobs."
references:
http://changelogs.ubuntu.com/changelogs/pool/universe/p/phantomjs/phantomjs_2.1.1+dfsg-2/changelog
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860485
https://bugs.launchpad.net/ubuntu/+source/phantomjs/+bug/1578444
ariya/phantomjs#14424
https://github.com/detro/ghostdriver/issues/473
=========
It should be possible on debian systems to build disabled Ghostdrivers for Phantomjs with a bash-script called
tools/import_atoms.sh
using Google Closure Compiler .references:
https://github.com/detro/ghostdriver/issues/473#issuecomment-288412330
https://github.com/detro/ghostdriver#webdriver-atoms
=========
since March 2018 : "Archiving the project PhantomJS : suspending the development"
PhantomJS version 2.1.1 will remain the last known stable release until further notice.
reference:
ariya/phantomjs#15344