I would like to give a warm thanks to Frank Turley for donating 2 payments of $250.00 to help keep PAMIE going.
I am working on PAMIEV3 but I can use those donations. Does not matter how much. If you feel PAMIE has helped you in your job or company please send a donation to keep the development of this project going!!
I send Thanks to all those that have donated to PAMIE.
Robert Marchetti
Coming soon a revised version of PAMIE with major some fixes and enhancements
Added: Added nameProp to imageGet()
Added: findText() to verify text on a web page can be used with regex
Added: goBack() to navigate back a page
Added: outerHtml() to extract body of outer HTML
Added: stop() to stop pending navigation
Fixed: ie.Document bug in pageGetText()
Fixed: class properties are now instanced.
Added: busyTuner to _wait methods to allow for adjustments when experiencing pages that don't fully load
Added: radioButtonsGet() method
Fixed: "TypeError: cannot concatenate 'str' and 'int' objects" on certain debug messages
Fixed: int.strip() error in findElement() method... read more
Version 1.4 should be released this weekend sometime. This will include fixes, some tweaks and a lot of enhancements since the last version.
Included: PamieScriptWriter, script examples, examples on running testsuites using PyUnit
and new methods
A Big thanks to Steve Mcdonald for sending me his version of Pame that works with Frames.
To get this version goto pamie.sourceforge.net and join the Pamie users Group this is a private members only group
Thank you
Rob
This is the limitied alpha version of PAMIE.
Functionally is limited.
Features:
1) Ability to Fill in online Forms
Functions:
* SetEditBox(args)
* SetListBox(args)
* SetRadioButton(args)
* SetCheckBox(args)
* ClickLinks(args)
* ClickFormButton(args)
* ClickButton(args)
* GetNames(args)
and more ...
2) Click the Form Submit buttons
3) Configurable for testing needs