Could use some assistance with SlimerJS. My current program requires intermittent input from stdin to proceed with the next task.
The code below functions effectively when using PhantomJS+CasperJS for reading external input, but encounters difficulties with SlimerJS+CasperJS.
some code ...
var nextLink = system.stdin.readLine();
some code ...
Any suggestions on resolving this issue?