webdriver-sync - Synchronous JavaScript wrapper around the Java Selenium Webdriver API that eliminated the need for callbacks or promises. Doesn't include any testing framework; you simply use the Selenium Java API.
Nightwatch.js - Write efficient and straightforward end-to-end tests in Node.js which run against a Selenium/WebDriver server.
WebdriverIO - Webdriver module for Node.js. that makes it easier to write Selenium tests
Selenium - Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that.
puppeteer - Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium...
Robot framework - Robot Framework is a generic test automation framework for acceptance testing and acceptance...