I am curious if there might be a way to dynamically alter source from a web page automatically.
For instance, I know the firebug plugin for Firefox allows the capability to modify the source and see the reaction in real-time. So, say I want to login to a particular form. Could I alter this dynamic source with a login name and password and enter the website in question via some automated script? If not, are there any potential alternatives to this approach that may fair better?
Thanks.
If you want something which can automate IE browser, what I can recommend to you is: Watir and WatiN. Watir is developed in ruby while WatiN is developed in c#. They are both quite powerful, more than enough to meet your requirements.
If you have to use Python script. then I would recommend C# + WatiN + IronPython. You can write python scripts to call WatiN’s dll. Please note that, IronPython is not the same as Python, it is based on microsoft’s .net framework. Currently I don’t know any pure python product which can do the same as WatiN and Watir.