I want use SlimerJS with proxy, for this was a CLI options. Example:
slimerjs --proxy=192.100.1.1:3129 --proxy-auth=user:pass --proxy-type=socks5 script.js
but, raised Exception
unknown option: --proxy=192.100.1.1:3129
OS: Windows 7 Proffesional 64-bit
SlimerJS: version 0.9.6.
What i should doing for using CLI options in SlimerJS
UPD:
It is bug, will be fixed in last vesrion SlimerJs ( Issue on a Github )