Question: I have downloaded the phantomjs binary and have added it to the root directory. However, when I deploy the application to PCF, the phantomjs binary is not getting uploaded. Is there a phantomjs buildpack available for PCF? How can I run phantomJS on PCF?
executable_path='./phantomjs' driver = webdriver.PhantomJS(executable_path)