1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed ClickButton method More... about 20 years ago
Added - Support for Frames New Methods added: _frameWait() ChecforFrame() printFrame() ClickBtnImage() ClickButton() ClickImage() ClickLink() ClickMenu() ClickMenuImage() ClickOuterLink() ClickNthLink() ClickNthImage() ClickRow() ClcikTree() GetButton() pageText() printDiv randomUser() FireEvent() Pause() More... about 20 years ago
Added check for txt element in SetTextBox() More... over 20 years ago
Added getIE() to allow creation of a new IE object. This can be useful in debugging and trying to access methods Example: Set the Value of a text box browser = getIE() browser.Document.forms['form1'].elements['firstname].value='Rob' More... over 20 years ago
Fixed numeration error for GetCheckboxChecked More... over 20 years ago
Fixed XP sp2 problem Changed el.fireEvent('onlick') to el.click() More... over 20 years ago
revised TestPam More... over 20 years ago
Added methods * pauseTest() to pause the test * Pause() takes a 'string' - for debugging * Added return false, return True to methods missing this More... over 20 years ago
Latest Pamie, Fixes and updates clickMenu clickTree clickOuterLink clickBtnImage More... over 20 years ago
Latest Pamie, Fixes and updates More... over 20 years ago
Latest Pamie, Fixes and updates More... over 20 years ago
Fixes bug with SetTextBox not being set correctly More... about 21 years ago
Fixes bug with SetTextBox not being set correctly More... about 21 years ago
Fixes bug with SetTextBox not being set correctly More... about 21 years ago
Fixes bug with SetTextBox not being set Gives enumeration error - Rob L. Marchetti More... about 21 years ago
Fixes bug with images not being found - RLM More... about 21 years ago
added .GetLinks() to return a list of links
Jeff Hinrichs
as dundeemt
More... over 21 years ago
added test for .GetLinks()
Jeff Hinrichs
as dundeemt
More... over 21 years ago
added another link to test .GetLinks()
Jeff Hinrichs
as dundeemt
More... over 21 years ago
modified clickbutton method to search by the VALUE attribute if the NAME could not be found
Jeff Hinrichs
as dundeemt
More... over 21 years ago
added a new test 'byval' to test the ability to click on a button by it's value
Jeff Hinrichs
as dundeemt
More... over 21 years ago
added a new form 'byval' to test the ability to click on a button by it's value
Jeff Hinrichs
as dundeemt
More... over 21 years ago
Added Get Cookie function Added DeleteCookie Function (pass) in progress More... over 21 years ago
added a -d/--doc option to output method documentation. Can now list multiple script files on the command line: script.py file1.txt file2.txt ... filen.txt The files will be run until complete or an error is encountered
Jeff Hinrichs
as dundeemt
More... over 21 years ago
latest
Jeff Hinrichs
as dundeemt
More... over 21 years ago
changed refresh -> Refresh and quit -> Quit
Jeff Hinrichs
as dundeemt
More... over 21 years ago
changed refresh -> Refresh and quit -> Quit, updated/completed doc strings for methods
Jeff Hinrichs
as dundeemt
More... over 21 years ago
added more tests, more comments
Jeff Hinrichs
as dundeemt
More... over 21 years ago
updated to account for new href in clickimage/clicklink.html
Jeff Hinrichs
as dundeemt
More... over 21 years ago
changed href to success.html so we can test by LocationURL in addition to returning a True on ClickImage, ClickLink methods
Jeff Hinrichs
as dundeemt
More... over 21 years ago