Quantcast
Channel: Active questions tagged selenium - Stack Overflow
Viewing all articles
Browse latest Browse all 97778

Is it possible to set chrome webdriver file as URL?

$
0
0

I have this code to set system properties:

System.setProperty("webdriver.chrome.driver", "src\\main\\resources\\driver\\chromedriver.exe");

Is it possible to store chromedriver executable within GitHub and use it in different projects? Something like this:

System.setProperty("webdriver.chrome.driver", "https://path_to_file/chromedriver.exe");

Viewing all articles
Browse latest Browse all 97778

Trending Articles