0
votes

I'm working on web application for testing website on remote computer using selenium webdriver. I have downloaded the Chromedriver.exe to MyDocuments. I have set the 'webdriver.chrome.driver' using System.setProperty() and started ChromeDriver(). It works fine.

System.setProperty("webdriver.chrome.driver","C:\\MyDocuments\\chromedriver.exe;
driver=new ChromeDriver();

My problem now is when a user access on my site, the chrome driver is launched on the remote computer an not in user's computer.

1

1 Answers

0
votes

The reason might be that the user does not have chromedriver.exe downloaded in his C:\\MyDocuments\\chromedriver.exe folder. Otherwise the chrome driver has to get opened up in his computer