Does selenium web driver support Node.js and Vue.js ? or Do we need to use any plugins to support them?if yes,please name the plugins?
Asked
Active
Viewed 1,951 times
1

undetected Selenium
- 183,867
- 41
- 278
- 352

Dip
- 57
- 1
- 10
-
Could you please specify in which way you need selenium to support nodejs and vuejs? – muhmann Jun 03 '20 at 07:47
1 Answers
0
Selenium is a free (open source) automated testing suite for web applications across different browsers and platforms. Primarily it is used for automating web applications for testing purposes, but is certainly not limited to just that.
Having said that, when using Selenium WebDriver you need not worry about the Application stack or the technologies involved as Selenium interacts with the elements within the DOM Tree.
So to conclude, irrespective of the AUT's underlying technology stack being built through Node.js or Vue.js, the main focus is how the WebElements are represented within the HTML DOM.

undetected Selenium
- 183,867
- 41
- 278
- 352