This repository has been archived by the owner on May 30, 2023. It is now read-only.
PhantomJS is broken out-of-box when installed on Ubuntu 16.04 with apt
#14900
Labels
apt
#14900
Which version of PhantomJS are you using? Tip: run
phantomjs --version
.2.11
What steps will reproduce the problem?
t2.micro
is adequate) with Ubuntu 16.04 (ami-a58d0dc5)sudo apt-get update
sudo apt-get install phantomjs
phantomjs --version
returns:Same behavior has been verified on a clean installation of Ubuntu 16.04 Server running on a local VM.
Which operating system are you using?
Ubuntu 16.04
Did you use binary PhantomJS or did you compile it from source?
Binary
Please provide any additional information below.
This also affects operation with Selenium:
Workaround: Setting
QT_QPA_PLATFORM=offscreen
resolves this issue.The text was updated successfully, but these errors were encountered: