Hello,
I've started to build some javascript scripts for dynamic debugging.
Do you know if there's an option to do these stuff :
- go through the site, look for one word, and click on what it says? (i.e : a link or a sumbit button)
- fill some boxes by their names? should be something like :
var s = getElementByID="textbox"
s.Text = "hello"?
Bookmarks