ebrehault / resurrectio

CasperJS test recorder Chrome extension
GNU General Public License v2.0
721 stars 106 forks source link

not detecting value=" test" #32

Open zoutepopcorn opened 7 years ago

zoutepopcorn commented 7 years ago

I had a website with a website: <form value=" space" ....>

So the first space was ignored by the recorder, after manually adding the space I was able to run the script..

form[name=aspnetForm] input[type=button][value=' space']