blob: 8a6d51d6f622cb8afbc841f2265c2a71c92b6410 [file] [log] [blame]
function testAction()
{
var button = document.getElementById('test');
button.click();
}