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…
Tag: selenium-webdriver
No reaction to website login with Selenium
I can login to the PHP website https://panel-support.oasgames.com/panel/ajaxrela/login manually, which will show a bird animation and on failed login show “Failed to login” on the website, whereas on successful login it will redirect to the main page. Login happens via POST, which returns JSON. Bu…