我有输入元素,如图所示:<input type="text" class="bg-white" id="couponCode" value="">
我如何使用casperJs设置/填充其值
最佳答案
使用casper.sendKeys('selector', value);
http://casperjs.readthedocs.org/en/latest/modules/casper.html#sendkeys
关于web-scraping - 如何在CasperJs中设置输入标签的值,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18172040/