Tuesday, March 3, 2009

PAMIE 3.0 almost complete! Runs with Python v3.0

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

2 comments:

  1. 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)

    ReplyDelete
  2. It works you just have to point to the next form. Example: ie.formName = "youNextFormName"
    Then formName = None puts it back to the default form which is form[0]

    ReplyDelete