How to submit textbox value without a submit button?
Is there a way to submit the contents of a textbox without the use of a submit/enter button? I should note that using sendkeys is not a viable solution for our issue.
I need to be able to enter text into a textbox, and then submit that so that I can go onto the next page of the website. I've tried using raise events, but perhaps I'm not using them correctly. Is there another way to accomplish this using raise events or something else?