I need C or VB expert

Job ID: 33495212

Budget: $10 – $30 USD

PROJECT
I want a snippet of vb6 code to find a chrome window with arbitrary text lets say "Submit Button" and send a windows button click message to it on windows 10 or 11.
-requirements
You have experience with win32 API, vb6 or C++?
Not looking so much for an application, but a snippet.

am a vb6 programmer from the old days and there was a library out there that allowed me to do this with AOL instant messenger...in the late '90s. I really don't have time to run it down and figure out that trick. want a quick solution.

The button is on a web page and is a normal html button. I just need to find a window handle to it and send it a click. Or, access the DOM for that page and trigger the OnClick event.5:16
I suppose that a simple page with some javascript that shows a popup when the button is clicked is sufficient.

I should be able to cause that to happen from a VB6 app.
I want to make sure that you understand that the only information I have on the button is just it's label. No tagName or ID.