web-scring – 如何在casperJs中设置输入标签的值

前端之家收集整理的这篇文章主要介绍了web-scring – 如何在casperJs中设置输入标签的值前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有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

原文链接:https://www.f2er.com/html/233307.html

猜你在找的HTML相关文章