ClickFormButton Will accept the Button NAME instead of Label
Brought to you by:
henrywasserman,
techlogic
Was trying to click a button labeled Associate.
ClickFormButton("Associate");
Did not work, but
ClickFormButton("submit");
Did work.
This is in reference to this thread:
http://sourceforge.net/forum/forum.php?thread_id=1239538&forum_id=202717