If you have a UIWebView with a textfield and a button that takes the value from that textfield and then performs some action.
When you touch the textfield, the keyboard is displayed with a Go Button. I'm trying to figure out what exactly happens under the hood when that Go Button is pressed?
How I would simulate that action programmatically?