I have a problem: I'm trying to create discord accounts with selenium (because requests are detected as suspect by discord)... But there is an hcaptcha, so I bought a key on https://anti-captcha.com/ for to be able to bypass them.
So I get a key to be able to validate the captcha.
Then, how can I send the key to the hcaptcha in java script selenium.executeScript?