Hi, I'm new to selenium-webdriver.
I had installed chromedriver in my local machine, and I want
to develop a web app with Vue.js, when loading a web page, a function
will call chromedriver with selenium-webdriver.
Is it possible to do that ?
Or selenium-webdriver only supports a backend or command line javascript application running on nodejs ?