1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added emailer More... over 19 years ago
Added startTimer() StopTimer() methods to check time it took a script to run. These are very simple methods. I need to be clean them up - RLM More... over 19 years ago
Added outerHTML() - returns a body block as a string. There may be times when just the body is needed. FindText() uses this method. - RLM More... over 19 years ago
Added findText() to find text on a page - takes one parameter (sText) This is the string of text to find. If the text is found it return a true if not found prints out to console text was not found returns none More... over 19 years ago
Added stop() to stop any pending navigation More... over 19 years ago
Added goBack() to Navigates backward one item in the history list More... over 19 years ago
added nameProp for imageGet() More... over 19 years ago
bug fixes More... over 19 years ago
class properties are now instanced. More... over 19 years ago
added busyTuner to wait() methods More... over 19 years ago
Added radioButtonsGet() method More... over 19 years ago
Fixed "TypeError: cannot concatenate 'str' and 'int' objects" on certain debug messages More... over 19 years ago
fixed int.strip() error in findElement() method More... over 19 years ago
doc updates More... over 19 years ago
updated documentation More... over 19 years ago
*** empty log message *** More... over 19 years ago
timeout routine for windowFind More... over 19 years ago
nested frame and timing fixes More... over 19 years ago
added regular expression support for findElement() More... over 19 years ago
new docs More... over 19 years ago
updated source documentation More... over 19 years ago
*** empty log message *** More... over 19 years ago
2.0 code started More... over 19 years ago
Added new test and cleaned up a lot of the code Some more features added Added verification of table text and table links Added dialog control for modal dialogs Added sample.py test More... almost 20 years ago
Added: getTableData() setLogin() WriteScript() _frameWait() showDivs() randomUser() ExecuteJS() FindWindow() PrintOuterLink() ClickBtnImage() ClickMEnuImage() GetButton() ClickRow() ClickPageLink More... almost 20 years ago
added FindWindow by DrunkBum More... about 20 years ago
added comments More... about 20 years ago
Fixed minor bugs More... about 20 years ago
Added WriteScript() - Writes a script based on the form elements More... about 20 years ago
fixed ClickLink method More... about 20 years ago