I’m creating a VB script that clicks a button on a webpage. I’ve seen answers such as this where they submit the form. I don’t want this since I require to click on the button with a script so that the usual workflow of clicking a button is engaged.
By the way I’m using GWT and SmartClient which makes it a bit more complex as ID’s get obfuscated. To overcome this I’m using GWT DEBUG_ID_PREFIX
Would be nice if you gave a sample of a GWT button to getting help from for those who does not familiar with GWT like me. I found a page that contains a GWT button (hope) and wrote something based on that.
Consider the following code.