Shaun,
You could also try to do something like this :
Use javascript to create a <form></form>, append it to the page, and then use the regular methods within WebElement to click/submit etc.,
"<input type=hidden name=customer value=0>" +
"<input type=hidden name=Name value=">" +
"<input type=submit name=METHOD value=mysubmitbutton>" +
"</form>";
String script = "var h1 = document.createElement('div'); " + "h1.innerHTML=\"" + html + "\"; document.body.appendChild(h1)";
driver.executeScript(html);
Thanks & Regards
Krishnan Mahadevan
"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"