Manas Posted December 27, 2011 Posted December 27, 2011 I am trying to open a site via internet explorer and then enter login details and submit automatically . I have succesfully got a script that does so , But the problem is that the script i have got needs name of form element, name of userid & name of password , in many sites like twitter there is no form name and i dont want to use mouse functions as every other site has different location , so can anybody tell me a dynamic solution to do it ???? Thanks in advanced !
Bert Posted December 27, 2011 Posted December 27, 2011 There is no "dynamic" solution. You have to look at the code of the web page and determin what to do. You can use a plug-in for Firefox such as WebDeveloper to help but that is the extent of it. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Manas Posted December 27, 2011 Author Posted December 27, 2011 Thanks for replying in time ! Maybe you are right , but i have got a software made from AutoIt , here it ishttp://www.shaplus.com/Internet-software/multiple-login-software/QuickLogin/quicklogin-features.htmIn this software user needs to store 4 things -1.site Name2.Site URL3.User ID4.User PasswordAnd thats it , it will log you into the website and you need not enter name of form or name of text box ,etc !!!Anyway , thanks for extending a helping hand !
Recommended Posts