Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Casper.getFormValues()便利な機能のない v1.0.0-RC4 casper バージョンがあり、何らかの理由で casper をアップグレードできません。
Casper.getFormValues()
フォーム フィールドの値を取得する他の方法はありますか?
だから、答えが見つかりました:フィールド値を取得するには、見てくださいClientUtils.getFieldValue()
ClientUtils.getFieldValue()
casper.then(function() { this.echo(this.evaluate(function() { return __utils__.getFieldValue('fieldName'); })); });