Doing the final testing of PAMIE 3.0 this week. PAMIE is a python app that will allow you to Automate Internet Explorer. It is not 100% but it will allow you get most things automated for testing and development.
This is a little bit of a rewrite in Python 3.0 of the original cPAMIE.py file.
This allowing you automate Internet Explorer with Python 3.0!!
Cheers
Rob
it's great. I like it. There is one thing it is not supporting well: multipart form. It cannot fill in forms on web pages (set textbox value)
ReplyDeleteIt works you just have to point to the next form. Example: ie.formName = "youNextFormName"
ReplyDeleteThen formName = None puts it back to the default form which is form[0]