Error: chromedriver.exe returns Only local connections are allowed Error: chromedriver.exe returns Only local connections are allowed Solution: basically, this message represents chromedriver.exe and selenium version compatible issue Download the chromedriver.exe as per chrome browser you are using by following steps: · Find out which version of Chrome you are using. Let's say you have Chrome 72.0.3626.81. · Take the Chrome version number, remove the last part, and append the result to URL "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_". For example, with Chrome version 72.0.3626.81, you'd get a new URL "https://chromedriver.storage.googleapis.com/LATEST_RELEASE_72.0.3626". · Use the URL created in the last step to retrieve a small file containing the version of ChromeDriver...
Learning and Sharing Technical Knowledge related to testing, performance testing, QA , Quality Assurance, automation, jmeter, loadrunner, selenium, cucumber, regression stetting, continuous testing, devops, Agile, Scrum