Skip to content

Tag: selenium-webdriver

PHP Selenium Blocked by CORS Policy

I am trying to access a website with selenium and i am getting below error And i used the following code i have tried header(‘Access-Control-Allow-Origin: *’); but did’t work for me Answer It could be you’re using old php webdriver client (2013) ? which is not compatible with current s…