我有input元素如图所示:
< input type =“text”class =“bg-white”id =“couponCode”value =“”>
我如何使用casperJs来设置/填充它的值
解决方法
使用casper.sendKeys(‘selector’,value);
http://casperjs.readthedocs.org/en/latest/modules/casper.html#sendkeys
< input type =“text”class =“bg-white”id =“couponCode”value =“”>
我如何使用casperJs来设置/填充它的值
http://casperjs.readthedocs.org/en/latest/modules/casper.html#sendkeys