I have a NodeJs app and I'm trying to use Selenium on SmartOS which is based on Solaris. In order to proceede I've installed selenium-webdriver (from NPM), but the package requires ChromeDriver. When I try to install the ChromeDriver I get:
Unexpected platform or architecture: sunos ia32 npm ERR! weird error 1 npm ERR! not ok code 0
I tried getting it from here as well: http://chromedriver.storage.googleapis.com/index.html but I'm also running into problems.
Any ideas? All I want to do is use Selenium through my NodeJs app running on SmartOS.