Closed popeyebot closed 2 years ago
There are projects that use this module for creating discord accounts. I'm sure if you take a look at those you can see how you can submit a form programatically.
I'm facing the same challenge, i tried to look up for those "discord" script to understand how they do it, but i can't seem to be able to find them
@BrokedTV theres literally a discord account generator in the dependents section of this package.
Appreciated that, is that actually a working implementation? it seems it just get the results and that's it.
Appreciated that, is that actually a working implementation? it seems it just get the results and that's it.
@aw1875 as @BrokedTV that implementation only gets the result, doesn't continue to the next page. How to proceed with a submit button?
I'm not entirely sure the best approach but I can assume that it can be submitted like a typical form. As I said I've seen multiple people do exactly this without any issues so I'm sure you will be able to figure it out by just playing around with the code.
My issue is explained here, the old repo. https://github.com/aw1875/puppeteer-hcaptcha/issues/3
I can't submit the form after getting the answer of hcaptcha verification on discord website.
I tried your suggestions "await page.keyboard.press('Enter') or await page.type(String.fromCharCode(13)) to submit the page." but the callback isn't submitted at all.
Do you have another suggestion to solve this issue ?