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

  1. Pierre Paul Jacques

    Как определить среду выполнения шаблона: ProjectMaker или ZennoPoster?

    Привет всем! В настоящее время я работаю над проектом и хочу реализовать условную логику в зависимости от того, запускается ли шаблон в ProjectMaker или ZennoPoster. Моя цель — выполнять определенные действия только тогда, когда шаблон выполняется в ProjectMaker, и другие действия, когда он...
  2. Pierre Paul Jacques

    Как интегрировать Python в Zenno с помощью C#?

    Здравствуйте, сообщество ZennoPoster, В настоящее время я сталкиваюсь с проблемой интеграции IronPython в мой проект ZennoPoster. Несмотря на установку сборок IronPython.dll и IronPython.Modules.dll, я столкнулся с постоянной ошибкой, которая мешает моему прогрессу. Сообщение об ошибке...
  3. Pierre Paul Jacques

    How to Integrate Python in Zenno by C#?

    Hello ZennoPoster Community, I'm currently facing a challenge while trying to integrate IronPython into my ZennoPoster project. Despite having installed the IronPython assemblies IronPython.dll and IronPython.Modules.dll, I'm encountering a persistent error that's hindering my progress. The...
  4. Pierre Paul Jacques

    Trouble Sending Image via HTTP Request

    Hello ZennoPoster Community and HTTP Request expert! I'm trying to upload an image to an API that requires multipart/form-data, similar to how I'd do in Postman, where it works fine. However, I'm facing difficulties getting ZennoPoster to recognize the file path and send the file. Below is the...
  5. Pierre Paul Jacques

    How to by pass Invisible ReCaptcha ?

    Hi, when i want to create an account on Medium, i got this trouble : How to by pass this with Capmonster because the trouble i don't see any Captcha to resolve! So i guess i have to do something before i click on "create an account" Thank by advance
  6. Pierre Paul Jacques

    Isolating Clipboard Across Multiple Threads to Avoid Data Mixing?

    Hello everyone, How to Isolating Clipboard Across Multiple Threads to Avoid Data Mixing? In my template, I often preferring the clipboard for certain actions to save time, such as copying and pasting text directly, rather than emulating keyboard inputs or using project variables. However...
  7. Pierre Paul Jacques

    Интеграция функций блока уведомлений в C# код для ZennoPoste

    Здравствуйте все, В настоящее время я работаю над настройкой сообщений журнала в ZennoPoster и мне интересно добавить цвет фона для записей журнала, подобно тому, как это возможно с помощью блока уведомлений (где можно выбрать цвета, например 'Розовый', для фона сообщения). Я знаю, как это...
  8. Pierre Paul Jacques

    How to Include DLL Files in ZennoPoster Project for Easy Sharing?

    Hello everyone, How to Include DLL Files in ZennoPoster Project for Easy Sharing? I'm currently working on a project in ZennoPoster that uses external Sharp libraries (HtmlAgilityPack.dll). To make it work, I've manually installed the necessary DLL file. Now, I want to share my project with a...
  9. Pierre Paul Jacques

    How to Retrieve XY Coordinates of a Word on a Webpage for Click Simulation?

    Hello everyone! I'm currently working on a project where I need to programmatically find the XY coordinates of a specific word displayed on a webpage. My goal is to eventually perform a simulated mouse click on this word. I've been attempting to accomplish this with JavaScript, but haven't had...
  10. Pierre Paul Jacques

    Преобразование HTML в JSON: какой лучший способ?

    Привет всем! Я довольно новичок в мире автоматизации и решил глубоко погрузиться в ZennoPoster. До сих пор я в основном работал с пользовательскими интерфейсами, но я готов перейти в режим "без браузера" для повышения эффективности и мощности. Я столкнулся с вызовом, который хотел бы...
  11. Pierre Paul Jacques

    Activating a Complicated Text Input Field? ( Js..)

    Hi Zenno familly, I've been trying to automate a task with ZennoPoster on a web page that has a complex underlying JavaScript structure. Specifically, I need to interact with a text field that's dynamically generated and isn't easily accessible with the usual methods. The text field I'm trying...
  12. Pierre Paul Jacques

    Query on File Path Length Limitation in ZennoPoster

    Hello Zenno Community, What is the maximum size of path Length ? I am currently facing a challenge with my automation process in ZennoPoster and would greatly appreciate your insights. My process involves automating the handling of image files, which includes renaming and moving them across...
  13. Pierre Paul Jacques

    Custom Log Color Coding with C# in ZennoPoster

    Hello Zenno Friends, I am currently working on a project in ZennoPoster and I'm trying to figure out if it's possible to use the notification button to customize the colors of log messages through a C# script. Specifically, I'm looking to set messages with colors like turquoise or other custom...
  14. Pierre Paul Jacques

    Problem Converting Import Cookies Bloc to C#

    Hello everyone, I wanted to bring up an issue I've been experiencing with Zeno. Specifically, when I right-click and select the "Convert to C#" option for a cookie, it doesn't seem to work as expected. Has anyone else encountered this problem? If anyone has any insights or suggestions on how...
  15. Pierre Paul Jacques

    Reddit и ZennoPoster: Путь к Успешной Автоматизации

    Привет, друзья Zenno! Контекст: Меня очаровывает потенциал автоматизации задач на Reddit с использованием ZennoPoster для Parasite SEO. Платформа привлекает меня своей SEO мощью/ранжированием, но, кажется, представляет собой немалый вызов из-за её строгих правил. Опыт: В моих первых попытках я...
  16. Pierre Paul Jacques

    Parasite SEO & Reddit?

    Hello Zenno friends! Context: I'm intrigued by the potential of automating tasks on Reddit using ZennoPoster for Parasite SEO. The platform fascinates me for his SEO Power/ Ranking, but it also appears quite challenging due to its stringent rules. Experience: In my initial attempts, I faced a...
  17. Pierre Paul Jacques

    Проблема с чтением файла Excel в ZennoPoster

    Проблема с чтением файла Excel в ZennoPoster Здравствуйте, уважаемые участники форума! У меня возникла проблема при попытке считать файл Excel с помощью ZennoPoster, и я был бы очень признателен за вашу помощь в ее решении. Вот краткое изложение шагов, которые я выполнил, и причин, по которым...
  18. Pierre Paul Jacques

    Inconsistent Mouse Emulation Coordinates in ZennoPoster

    Hi everyone, Got a mouse emulation issue in ZennoPoster. Any ideas? I'm working with ZennoPoster and got stuck on something. I have many tabs open and I'm using the mouse emulation, you know, where you set X and Y coordinates for the mouse to go. Sometimes it works perfect and goes right...
  19. Pierre Paul Jacques

    Customizing Log Message Formatting in ZennoPoster

    Hello everyone, I'm currently working on customizing the log messages in ZennoPoster and I'm interested in adding background color to log entries, similar to what is possible with Notification Block (where you can select colors like 'Pink' for the message background). I am looking to replicate...
  20. Pierre Paul Jacques

    How to set up the Proxy?

    Hi Zenno Friends, How to set up a a proxy? I guess i miss something,) I downloaded a list from https://proxyscrape.com/free-proxy-list http://14.207.123.29:8080 and use the first of the line in "Set proxy" with 14.207.123.29:8080 or http://14.207.123.29:8080 Block but i still have...
  21. Pierre Paul Jacques

    Which Best Email Service for Zenno? Any recommandations?

    Hello everyone, I'm currently facing an issue with the block "Email receive" and need some advice. My problem is that I'm unable to receive emails when using Gmail or Yahoo, but it works fine with Microsoft emails like Outlook. It appears that services like Gmail and Yahoo require more security...
  22. Pierre Paul Jacques

    How to Set Excel Column Width?

    Hello ZennoPoster Friend:-), I have been working with Excel files within ZennoPoster and have successfully managed to apply styles to cells using C# code, such as adjusting font size and other properties. My current challenge involves setting the width of a column in an Excel table to a...
  23. Pierre Paul Jacques

    How to get the Last Line of Excel?

    Hello Zenno Community! I’m encountering an issue with my ZennoPoster project and could use some help. In my Excel table, each row corresponds to an article, and I need to know which ID to continue with after reopening a project. Essentially, I’m trying to read the last ID from the first column...
  24. Pierre Paul Jacques

    Seeking a More Streamlined Approach to HTML Content Automation

    Hello Zeno Friends, For article submission as a guest ( like medium) : I'm looking for guidance on automating the posting of HTML content on platforms that do not support direct HTML Code or Markdown entry but allow . ( As you can see in my last message on the forum lol) My current process...
  25. Pierre Paul Jacques

    Issue with File Naming using Variables

    Hello, I'm encountering a persistent issue with ZenoPoster when trying to dynamically name an Excel file using variables. My goal is to include variable content in the file's name when i create it. It works correctly when I do not append the standard file extension .xlsx to the file name...
  26. Pierre Paul Jacques

    How to Simulate Text Selection : Get the ChatGPT answer

    Hello ZennoPoster Community and Happy Sunday! Im currently working on a project where I need to programmatically select and copy the text of specific responses generated by an ChatGPT in a browser environment. Each response is distinct, yet I aim to consistently select the text block that...
  27. Pierre Paul Jacques

    Transforming HTML to Markdown: Best Methods?

    Hi Zenno Friends, What are the most efficient methods for converting entire HTML documents to Markdown? Context: I'm working on automating the conversion of HTML content to Markdown. The goal is to preserve formatting such as headings, lists, bold, and italic text when converting to Markdown...
  28. Pierre Paul Jacques

    Retrieving Content from GPT "Copy" Button with ZennoPoster

    Hello everyone, I am working with ZennoPoster to automate some tasks on a webpage that includes interaction with a "Copy" button of Chat GPT. When clicked manually, this button copies generated article content to the clipboard. However, when I use ZennoPoster to simulate the click action, the...
  29. Pierre Paul Jacques

    Gpts : Let's create Virtual assistant for Zeno!

    Hello, with the new GTPs Agent it will be great to have a Zennoposter/Project Maker Assistant, something like you say what you want to create, trouble with an action and it give you accurate anwser! For the moment with gpt i always have to copy paste a specific page from...
  30. Pierre Paul Jacques

    In Search of a Reliable Virtual Number SMS Service – Suggestions?

    Hello everyone! I hope I'm posting in the right section of the forum. What I'm looking for is a service that allows me to send SMS messages using a virtual number that I can set up in advance. I've found it easy to locate free or paid services to receive SMS on a virtual number, but I'm...
  31. Pierre Paul Jacques

    Regex Challenge: Extracting Specific Group Data?

    Hi i am back again, from this post : https://zennolab.com/discussion/threads/how-can-i-add-all-match-from-action-designer.115916/ I made a new regex working with all the website using the extension ( and not only the one from the exemple) <link rel="alternate" hreflang="[a-z-]+" href="([^"]+)"...
  32. Pierre Paul Jacques

    How can i add all match from action designer?

    Hello Zenno friends, How to get all the match from an action designer? I can get only one match... I checked from the different option here : https://zennolab.atlassian.net/wiki/spaces/EN/pages/924451153/Value+ranges and "all" looks like don't work witch Match in Action Properties... So i made...
  33. Pierre Paul Jacques

    Truncating Text Without Conditional Checking in ZennoPoster?

    Hello Zenno Friends, I am currently working with ZennoPoster and facing a scenario where I need to truncate text to a maximum of 3000 characters. ( i want to stay in the limit of Opean AI api,) I am using the Substring function as per the documentation. However, I encounter an error when the...
  34. Pierre Paul Jacques

    Can Input Settings be Shown in Project Maker?

    Hello everyone! I hope you're doing well. I've been working with ZennoPoster and Project Maker, and I have a question regarding the user interface. Is it possible to display a window that offers the choices present in the 'Input Settings' within the Project Maker interface, or is this...
  35. Pierre Paul Jacques

    Zenno with GPT 4: Let's Optimize and Innovate!

    Hello Script friends! I've recently ventured into the world of Zenno, and trust me, nothing will be the same again! I'm currently experimenting with various templates and projects, with a primary goal in mind – mass creation with variables. These variables include scraping and maintaining...
  36. Pierre Paul Jacques

    Lost My Browser Navigation Window – Any Ideas?

    Hey Zeno Friends, Help Needed: How to Prevent My Browser Window from Vanishing? I hope you're all having a wonderful day! I've encountered a rather puzzling issue with the software, and I'd greatly appreciate your assistance. Occasionally, my browser navigation window mysteriously vanishes...
  37. Pierre Paul Jacques

    Issue with Dropdown menu...

    Hello everyone, I've been facing challenges while trying to automate the process of selecting a country on DeepL's checkout page via ZennoPoster. We went through multiple scenarios, and I'd like to highlight them below: Using Element ID "select_country": Iinitially attempted to target the...
  38. Pierre Paul Jacques

    Zenno: Error When Cropping Image, but Other Image Processing Work Fine. Any Solutions?

    Hello Zenno Familly,:-) How to crop? i want to do something simple but it is not working, i got thi message : And all i want is crop by one, if i do other action like rotate it's work perfect so is mean i didn't do mistake about the source.... Any tips about this? + The main idea of my...
  39. Pierre Paul Jacques

    Seeking Help: Copy Button Not Working in GPT Interface on Zeno

    Hi everyone! I am a beginner with Zeno and I would appreciate some help :-) I have a simple question: Why, when I click on the Copy button in GPT, doesn't it copy? (If I manually copy some text, it works) Thanks in advance!