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

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -