javascript - Accessing html form fields with an external application -
i created command line tool expedite html form filling. uses brute force approach in sends tab keys window , writes info config file. unstable want refactor set form fields using javascript.
i've looked writing firefox addon this. able hard-code each field id , write config file. issue need functionality in ie.
is there way external application (ie cmd line tool) can write html fields using javascript? i've tried recreating entire html page form fields filled in java. try send normal destination using http post. ran authentication issues because forms require log in.
my other idea looking web service tricks. may unrelated, have no idea.
why not try selenium? stop reliance on hard coding have pretty free reign on dom.
correct me if i'm wrong, though.
Comments
Post a Comment