Is it possible to add a captcha provider not present in the OpenBullet2 list?
yes, by using requests
1 Like
Check captcha provider api docs
If you say which one, maybe I can add it in the future
1 Like
Ruri I am writing to you about a Selenium Actions API function clicking on a specified (pixels x and pixels y) area on the screen.
selenium.dev ( Documentation / WebDriver / Actions API / Mouse) v4.0.
It is not limited to running Selenium local or remote.
Is it possible to implement this functionality into openbullet 2?
If you know some C# you can already do it, you just have to take a look at how the blocks are implemented to find out how to reach the instance of selenium in the bot data, and then use the API of the library to achieve what you want.
If you don’t know C#, then open an issue on github and I will try to work on it.
1 Like