Is there any way to fill form in without form tag in html using firefox in autoit? -
i trying fill web form script fill web forms having <form> </form>. site not have in html. there way fill in firefox using autoit?
however, _ff_autologin($uname,$pwd,$url) fail in such case. using
_ffsetvalue($uname,$formuid,"id")    _ffsetvalue($pwd,$formpid,"id")  even not filling requirement. can 1 suggest me going wrong. using latest version of mozilla along mozrepl-addon.
use _ffsetvaluebyid set value of element based on id.
Comments
Post a Comment