Scrapingの過程で次のページに遷移したいとき
var client = e.createMitsubachiClient(); var request = new Mitsubachi.HttpFetchRequest(); // 遷移先のURLを指定。 ハードコーディングじゃなくその場で取得したURLももちろん可能 request.setUrl("http://example.com/foo/bar/index?hoge=fuga"); // 遷移先のパージをscrapingするスクリプト request.setScriptName('example.js'); client.httpFetch(request);
公式のドキュメントに載ってない。
http://docs.mushikago.org/mitsubachi/scripting/javascript/index.html