Результаты поиска

  1. VladZen

    Ctrl+C and Ctrl+V function, can anyone help?

    I think you should use lock function to sync threads. lock(SyncObjects.InputSyncer) // { string text = project.Variables["Your_Text"].Value; System.Windows.Forms.Clipboard.SetText(text); instance.ActiveTab.KeyEvent("v","press","ctrl"); }
  2. VladZen

    i am having a problem in diigo browser automation

    Sorry, I didn't understood you correctly. This is simple action to insert keyword into a field. It can be created simply in Record mode in ProjectMaker or using Set value action.
  3. VladZen

    i am having a problem in diigo browser automation

    Unfortunately, we don't know diigo browser. Our forum is dedicated to ZennoPoster software with internal browser automation in this program.
  4. VladZen

    Как решить в приложении на ZennoDroid Recaptcha v2?

    В теории можно. если знать как вытащить sitekey из приложения и сделать отправку токена капчи в мобильном приложении.
  5. VladZen

    Text with emoji symbols is not emulating through keyboard emulator

    I meant it may not work in some cases and different ways should be tried.
  6. VladZen

    Text with emoji symbols is not emulating through keyboard emulator

    Keyboard emulation is an old feature. Try inserting emoji using Set Value action.
  7. VladZen

    Как решить в приложении на ZennoDroid Recaptcha v2?

    В ZennoDroid есть кубик Распознать recaptcha, так же как и в ZennoPoster. Только загружать рекапчу нужно на английском языке.
  8. VladZen

    "No connection to the authorization server or your IP was blocked"

    Have you managed to make it work?
  9. VladZen

    "No connection to the authorization server or your IP was blocked"

    You can also try switching to userarea.zenno.io server in configs and try to run the software.
  10. VladZen

    "No connection to the authorization server or your IP was blocked"

    I don't think something was changed related to Windows 7. Do you install the latest ZennoPoster or some old version? Please attach installation log - ZLInstallerLog.log file from local drive C.
  11. VladZen

    "No connection to the authorization server or your IP was blocked"

    To avoid this error try reinstalling ZennoPoster and installing the latest version.
  12. VladZen

    Save Card Popup how to disable?

    This worked for me. Please check the attached example.
  13. VladZen

    Save Card Popup how to disable?

    You should run this JS code on the page with settings: var toggle_1 = document.querySelector("body > settings-ui").shadowRoot.querySelector("#main").shadowRoot.querySelector("settings-basic-page").shadowRoot.querySelector("#basicPage > settings-section.expanded >...
  14. VladZen

    Save Card Popup how to disable?

    Open this URL in project maker browser - chrome://settings/payments and you will see the settings
  15. VladZen

    Does anyone have an HTTP script or API for downloading images?

    This task is quite simple. You should parse links to images and videos from internet webpages. Then download files from the links using GET-requests. I think this example will be useful for you.
  16. VladZen

    I would like to create videos with images and videos I have on my PC. Can someone help?

    Our users usually create videos using FFMPEG in ZennoPoster. Here you can find templates to automate this job: Creating videos from images with FFMPEG: effects, audio, ticker Creating a video from photos with uniform audio in C#
  17. VladZen

    Zennoposter Restart Buton

    Unfortunately, there is no way to loop a project in ProjectMaker. I would better advise you to run the project in ZennoPoster in one thread with repeated execution.
  18. VladZen

    Zennoposter Restart Buton

    Not sure what exact button you mean... Project is restarted in ProjectMaker application, not zennoposter. Do you execute your project in ZennoPoster and need to restart it?
  19. VladZen

    Save Card Popup how to disable?

    Then try another way - open browser settings page chrome://settings/payments and switch-off card saving and auto-filling.
  20. VladZen

    Save Card Popup how to disable?

    Try to set action cube Browser>Settings>Block pop-up windows before navigating to the website.
  21. VladZen

    clicking in button - not always working

    Yes, you should try differnet attrubutes to click the element or even use xpath and finally search by image if all this won't work.
  22. VladZen

    hcaptcha на сайте polymarket

    Получается нет.
  23. VladZen

    hcaptcha на сайте polymarket

    Здравствуйте. К сожалению, Hcaptcha перестала поддерживаться КапМонстром и другими капча-сервисами.
  24. VladZen

    I am getting a license error.

    Please check end date for the license in your zennolab account. Probably your subscription for the software has expired.
  25. VladZen

    Need help. I am not logged into my account after using LoadCookie

    I would recommed to use Works with cookies options for that job. Their functionality is more up-to-date. When you save cookies, make sure there are the cookies for certain domain (website A) in the profile, you can control it Current profile window>Cookies tab.
  26. VladZen

    Chromium (beta) is still the default browser after changing to CEF Chrome in ZennoMaker

    You should select default browser in program settings.
  27. VladZen

    Сломался шаблон , "Ошибка в действии "CS1061"

    Профиль-папка создается и загружается в браузер при запуске инстанса - это действие Браузер>Настройки>Запуск инстанса Сохранять в указанную директорию можно с помощью кубика Операции с профилем.
  28. VladZen

    Текстовая капча гугла

    Попробуйте указать модуль для нее - CapMonsterModule=google или апи-ключ__google
  29. VladZen

    не могу решить Recaptcha v3 enterprise

    Насколько я знаю, co и куки не нужны для решения этой капчи. Все зависит от minscore получаемого при решении.
  30. VladZen

    Не могу решить recaptcha v3 enterprise

    Мы работаем над улучшением решения для recaptcha3 и recaptcha enterprise. Возможно скоро эта капча обновится в КапМонстре.
  31. VladZen

    Как решать captchafox?

    Скоро планируется добавить эту капчу в сервис CapMonster Cloud.
  32. VladZen

    Почему разгадывает не верно? Или какой модуль выбрать

    Попробуйте добавлять параметр numeric=1 для решения этой капчи
  33. VladZen

    How to find a clickable button that appears after random seconds?

    You should investigate what html attributes does the button have. Did you check html code of the button element?
  34. VladZen

    How to find a clickable button that appears after random seconds?

    You should investigate html attributes of this button, for example with Actions Designer, and find out which attribute value changes when the button is enabled or disabled. Then check this value in a loop during your project, when the value changes - make a click.
  35. VladZen

    Zennoposter Runner closing and reopening on its own, what to do?

    Hello, Please make diagnostic report after reproducing the problem. We will investigate it.
  36. VladZen

    Перестали открываться кубики, элементы в шаблоне

    Зависит от того, браузерный или безбраузерный шаблон, а также от этих настроек.
  37. VladZen

    How do I put Chromium in incognito mode?

    Use this argument for browser. You should restart browser to apply it.
  38. VladZen

    How to by pass Amazon Captcha?

    Not all captchas are supported in the extension.
  39. VladZen

    Не ищет источники ProxyChecker

    Могут разные антивирусы или защитники блокировать автопоиск.
  40. VladZen

    Recaptcha V3 score is 0.1 in chromium

    You should prepare browser profiles in zenno. Visit different websites and gaining cookies from them. Also, authorize in different google services.
  41. VladZen

    NinjaBro - Модернизированная версия браузера ZennoPoster

    Разве с одним? на прошлой неделе только разбирались
  42. VladZen

    NinjaBro - Модернизированная версия браузера ZennoPoster

    @avtostopshik мы будем вынуждены снять ваши обьявления с продажи. Возврата нет, с проблемами клиентов не разбираетесь.
  43. VladZen

    capmonster.cloud не показывает баланс

    написал вам в личку
  44. VladZen

    capmonster.cloud не показывает баланс

    Попробуйте сделать запрос с http, а не https - http://api.capmonster.cloud/createTask , будет ответ?
  45. VladZen

    capmonster.cloud не показывает баланс

    Также, выполняется ли такой запрос?
  46. VladZen

    capmonster.cloud не показывает баланс

    Скажите, личный кабинет (https://capmonster.cloud/Dashboard) доступен без впн?
  47. VladZen

    Email Verfication Question: Authentication Error

    I would recommend you to use another email provider with ZennoPoster.
  48. VladZen

    Email Verfication Question: Authentication Error

    You should allow access to your google account for less secure apps.
  49. VladZen

    NinjaBro - Upgraded Version of ZennoPoster Browser

    The seller explained that you are using not valid accounts with the software. If you use valid accounts, the software works.
  50. VladZen

    NinjaBro - Upgraded Version of ZennoPoster Browser

    We will check the facts with experts and let you know about the solution. Please be patient.