How to set value of an input tag in casperJs

user2129794 picture user2129794 · Aug 11, 2013 · Viewed 18.3k times · Source

I have input element as shown :

<input type="text" class="bg-white" id="couponCode" value="">

How can i set/fill its value using casperJs

Answer

Srikanth Malyala picture Srikanth Malyala · Apr 8, 2014