There is no so much to tell you actually.
You should work with target website in browser in ProjectMaker, monitor http requests which sent during your work in browser and make actions from related requests.
The solution is to switch to another server in configs.
Customer should edit ZennoPoster.exe.config and ProjectMaker.exe.config files. from Progs folder in program directory and change all entries userarea.zennolab.com to userarea-us.zennolab.com (or userarea-hk.zennolab, userarea.zenno.io...
Кстати, официальная документация здесь - https://docs.capmonster.cloud/. В ней фанкапча уже отсутствует.
Скажите, как вы нашли эту документацию к фанкапче?
Он не обновляет старые профили. Не сильно старые более-менее обновляет на автомате.
Например, с Chrome 119 актуализирует до 124, а какой-нибудь Chrome 104 уже вряд ли.
Проверьте какой у вас браузер в исходном профиле (открыв whoer.net например).
Поставьте подходящие настройки в профиле браузера.
P.S. на майских праздниках официальные нерабочие дни.
You should use HTTP GET/POST requests cubes and make requests with the parameters described in 2captcha API to solve this kind of captcha.
Check the example:
To run more threads, you should optimize your project.
First of all, disable unnecessary content loading on webpages, such as images, animation, media, etc..
If you work with large data, you should optimize the way processing it.
ZennoDroid works with apps, not browser as zennoposter. So cookies are not stored in a profile in ZD.
Try using this code to get cookies:
var cookie = droid.App.GetCookie("com.android.chrome");
return cookie;
There is nothing special here.
You should run instance with profile-folder and install browser extension, it will be saved in the profile.
Next time when you need the extension, just run instance with that profile-folder again