I'm working on an Omegle bot in Python, but recently I encountered a Captcha on the site. Thankfully, it almost seems like Omegle was designed for bots, and I can get the Captcha public key easily. The way I want it to work is to open a browser window with the reCaptcha image and then ask the user to enter the text.
I have all of it except for submitting the answer. How would I achieve this?

