The web page probably has some event handler that expects human input via the keyboard. The BP Write stage does not use the keyboard and so probably the event handler that enables the button is not getting triggered. Try using a navigate stage with send keys instead.