slimerjsでコマンドライン引数を取得するには
背景
WebGLなページをXvfb経由で取得したかったので、Slimerjsにたどり着いた。
コマンドライン引数を取得
var p1 = phantom.args[0];
slimer.exit()
var p1 = phantom.args[0];
slimer.exit()
なんかが、すぐ紹介されていて、Phantomjs互換なAPIとの紹介を見て、
slimer.args
としたが、undefinedで少し焦った。
コマンドライン引数の取得APIは、まさにphantomjsのAPIと
全く同じだった。
Author And Source
この問題について(slimerjsでコマンドライン引数を取得するには), 我々は、より多くの情報をここで見つけました https://qiita.com/kjunichi/items/2e6c75b949a1f824798f著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .