google chrome - Use Chromium Browser with webdriverjs and Selenium -


it's not clear how use chromium webdriverjs , selenium. code create chrome driver is:

driver = new webdriver.builder().     usingserver(server.address()).     withcapabilities({'browsername':"chrome"}).     build(); }); 

i have searched through 'capabilities' , couldn't find how set path chromium instead of google chrome. there similar post explains how in java (use selenium chromium browser).

so, how can run chromium browser selenium using webdriverjs?

following instructions in this wiki page, can run chromium browser selenium using webdriverjs. need download chromedriver , export path system's environment.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -