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.