dequelabs / axe-webdriverjs

Provides a chainable axe API for Selenium's WebDriverJS and automatically injects into all frames.
Mozilla Public License 2.0
130 stars 46 forks source link

What are the platforms this project supports? Would it work on Eclipse / NetBeans ? In NetBeans, I see an error under Selenium-webdriver module . Below is the screenshot. #60

Closed rajudevjava closed 6 years ago

rajudevjava commented 6 years ago

capture

marcysutton commented 6 years ago

This project requires Node.js, and does not support Java IDEs. It won't work in Eclipse or Netbeans. Try a text editor that supports JavaScript projects, like VS Code or Sublime Text.