PhantomJS' is not a valid WebDriver name using in robot framework

I have installed -
pip install PhantomJS

Below is my code -
Create Webdriver PhantomJS
Go To ${base_url}

Note -
I am trying to run my robot script on PhantomJS browser. As I am facing issue to run chrome headless on linux/ubuntu vai docker. As my website uses certificate which is not working in headless mode.

I have created .reg file to autoselectcertificate for url which is working fine on windows GUI. I have to run same script on linux/ubuntu.

Iā€™d suggest focusing on resolving the certificate issue directly. PhatomJS is a long dead project and is no longer supported by Selenium.

1 Like