WebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server that implements the W3C WebDriver standard. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS).
It appears to me that ChromeDriver is a tool that you add to your browser, not the website itself, so it is safe to assume that it will (given that you use Chrome)
can you use chromedriver in repl.it?
just wondering whether you can use the selenium chromedriver in repl.it?
According to the ChromeDriver website:
It appears to me that ChromeDriver is a tool that you add to your browser, not the website itself, so it is safe to assume that it will (given that you use Chrome)