Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

PhantomJS has been deprecated #515

@bobvdvelde

Description

@bobvdvelde

PhantomJS is used in a couple of scrapers (KPN & Randstad). PhantomJS is dropping support for Python, but is also being deprecated as a project

In a clean debian-buster environment, an apt installed version of PhantomJS will no longer cooperate with selenium:

image

Minimal example of error:

docker run -v path/to/inca:/inca -it python:3.8.0-buster bash
$container> apt update; apt install -y phantomjs
$container> pip install -e /inca
$container> python -m inca

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions