Результаты поиска по запросу: save screenshot

Forum search Google search

  1. 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...
  2. ZennoLab Team

    Release  ZennoDroid Enterprise 2.3.6.0 Added 12 actions • Improved 2 actions

    In build 2.3.6.0, we've focused on making things easier for non-C# users. Many actions that could previously only be done using code can now be done using cubes. Added the ability to filter devices by status to the «Get list of devices» action The action allows you to save all available...
  3. ZennoLab Team

    Release  ZennoDroid 2.3.6.0 Added 12 actions • Improved 2 actions

    In build 2.3.6.0, we've focused on making things easier for non-C# users. Many actions that could previously only be done using code can now be done using cubes. Added the ability to filter devices by status to the «Get list of devices» action The action allows you to save all available...
  4. lokiys

    How to Take Screenshot?

    Data ==> Image processing ==> Instance screenshot
  5. C

    How to Take Screenshot?

    Is there a way to screenshot the current screen and save it as an image file? Thanks.
  6. Phoenix78

    Как сделать скриншот в ZennoPoster

    фига колхоз... o_O
  7. R

    Как сделать скриншот в ZennoPoster

    Я батником делаю <# : @echo off powershell /nop /ex bypass^ "&{[ScriptBlock]::Create((gc '%~f0') -join [Char]10).Invoke()}" exit /b #> Add-Type -AssemblyName System.Windows.Forms $scr = [Windows.Forms.SystemInformation]::VirtualScreen $bmp = New-Object Drawing.Bitmap $scr.Width...
  8. Z

    Long time to run instance

    yes i use non-browser project. it's a bit weird. because if I save the project under a different name and run everything works fine. profile loads in 2 seconds. However, after 10 minutes, the profiles start to load slowly. and sometimes it takes up to a minute. runs on 8 threads
  9. lokiys

    How to solve this captcha?

    Hi, find captcha element in Element Tree and mark as this is captcha. :-)
  10. T

    How to solve this captcha?

    Hi, I have a problem solving the captcha on this particular website (at the very bottom of the page): https://www.sellit.pl/pokaz.php#dodaj I tried to mark it with THIS IS CAPTCHA, save it with CaptchaSaver module and still there's just a black canvas popping up. I thought of maybe making a...
  11. ZennoLab Team

    Release  ZennoDroid Enterprise 2.3.2.0 Action «Waiting for user actions» • Select a random free device by mask

    Action "Waiting for user actions" The action will be useful when you need to manually perform some actions. For example, it will be necessary for those users who prefer not to save login data or credit card data. You can add the action to the project in the context menu Add action → Logic →...
  12. ZennoLab Team

    Release  ZennoDroid 2.3.2.0 Android 9.0 support • Ad blocking in MEmu 8.0.6 and above • Select a random free device by mask

    Android 9.0 support Implemented Android v. 9.0 support (starting with MEmu 8.0.6), which will expand the possibilities of working with app automation. Select a random free device by mask Added the ability to select a random free device by mask (via Regex). In ZennoDroid Pro you can group...
  13. VladZen

    Problems using "Set value from variable" and creating variables

    This screenshot is from edit mode. What is actually after execution?
  14. BAZAg

    why this c# code doesnot work?

    Good! IZennoList result = project.Lists["result"]; // temp tist List<string> list_data = new List<string>(); // add temp dublicate lines list_data.Add("[email protected]"); list_data.Add("[email protected]"); list_data.Add("[email protected]"); list_data = list_data.Distinct<string>().ToList(); //...
  15. Besedi

    why this c# code doesnot work?

    Finally, have: IZennoList emails = project.Lists["emails"]; IZennoList domains = project.Lists["domains"]; IZennoList result = project.Lists["result"]; IZennoList tmp = project.Lists["tmp"]; // find email foreach (string email in emails) { foreach (string domain in domains) { if...
  16. -=Dzen=-

    WTS C# library for zenno (148 methods with source code) – mouse emulation based on human behavior, easy project development and much more

    Description of all 16 classes and 148 methods (4600 line of source code with comments Every class & method has brief description of how to use it. You can find all method’s parameters description as well in the library code. Droid Класс Droid – This class is used for initializing the...
  17. -=Dzen=-

    WTS C# library for zenno (148 methods with source code) – mouse emulation based on human behavior, easy project development and much more

    An example project: A simple captcha solving (the script finds an url fo an image, sends it to the (другой софт) api in a post request and receives an answer in a get request): // navigate to an url _browser.Navigate("https://lessons.zennolab.com/ru/advanced"); // solve a captcha string answer =...
  18. ZennoLab Team

    Release  ZennoPoster 7.6.0.0 Chromium extensions (Beta) • Pageview simulation • Send e-mail • Automatic installation and updating programs

    Use Chromium extensions (Beta) We have added the ability to use extensions in the Chromium engine. Some extensions is not available yet, but you can already test AdBlock and VPN. AdBlock AdBlock will help you to avoid annoying ads and to be totally involved in the workflow without...
  19. radv

    Mobile App Xpath Helper (МАХpath Helper)

    Mobile App Xpath Helper (МАХpath Helper) Hello everyone, I present to your attention a development to help find xpath paths to elements inside an Android mobile application. This is an extended analog of UI Automator. Project features: Connecting via ADB/Appium Select a folder for saving...
  20. nicanil

    Bugs in version 7.3.2.0

    Just checked using 7.3.2.0 - everything is OK. Project is as simple as it can be - navigates to Google and sends current domain to log. Do you get any errors? Did you add attempts to the project? Yes, there is some problem with this webiste. I sent information to the developers.
  21. Zennobuster

    How to connected capmonster ot OB

    Thanks a lot
  22. nicanil

    How to connected capmonster ot OB

    In OpenBullet go to Settings => Captchas. 1. Choose "CapMonster" as the "Captcha Service in use" 2. If you did not enable protection in CapMonster2 settings put any random value to the API key field. If you enabled protection then put here the key from CM2 Protection Settings. 3. IP address...
  23. myndeswx

    plugin thread controll

    Thank you! I have actually found out that you can use global variables for it, but it can get messy in multithreading. And your example would actually work, but how to use the "input settings" from your screenshot? I suppose you can set variables there but couldn't find any example of the formating
  24. nicanil

    plugin thread controll

    You can create .bat file to run template: make right-click on project,choose options and save the file Then at the end of your main template add action Custom code=>Run the program and choose created .bat file as the Executable.
  25. soprano

    Selenium, как удобное дополнение к ZennoPoster

    Вот так можно сделать скриншот элемента браузера var driver = new ChromeDriver(driverpath); driver.Manage().Window.Size = new System.Drawing.Size(1024, 768); driver.Navigate().GoToUrl("https://zennolab.com/discussion")...
  26. soprano

    Selenium, как удобное дополнение к ZennoPoster

    В статье я хочу поделиться опытом использования Selenium в проекте на ZennoPoster по сбору email. Сначала краткая информация - что такое Selenium. Selenium Webdriver - это способ управления браузером для автоматизации любых задачи в интернет. Selenium работает напрямую с API браузера, и...
  27. nicanil

    variable in regex ? possible ?

    Use Variables processing=>Set Value or Text Processing=>To variable (1) to process string with variable's macros in it and to save it to a new variable. Then use created variable as a regex string in Text Processing=>Regex (2)
  28. jackeyroe1

    I have some questions about browser profile saving and loading

    Hi friends, Sorry I have some questions about browser profile save and loading. 1) Please refer to the screenshot, might I know how to save the parmeters which setted in the browser "Profile" so that I can reload them in next running? In the "Profile processing" action, the parameter are not...
  29. E

    4 место Управление любыми Android приложениями на смартфоне из ZP

    Вдруг кому-то понадобиться разгадывать капчу, не очень понравилась идея снимать скриншот всего экрана, а потом что-то вычислять. Порывшись в интернете (я пока не очень прокачен в с sharp и zennoposter) нашел подходящий способ и немного адаптировал под себя: 1. В общий код добавляйте метод для...
  30. WLDN

    Android Automation without Intermediary. Part I.

    Hello, dear friends! :az: A small introduction. Usually I try to write bots using requests, since it is not resource-intensive and generally not difficult if the application is weakly protected. But there are applications that take a lot of time for high-quality emulation. Therefore, I decided...
  31. P

    Errors in the templates?! Find and solve them 2 times faster !!!

    Where do I find Zennoposter logs in project maker?
  32. VladZen

    Bugs in ZennoPoster 7 beta

    Error detected when getting cookie from instance - this error occurs when you save profile, right? As for the Error accessing instance.GetTabByAddress, please make diagnostic report with detailed log for developers after it's reproduced.
  33. M

    Get error details

    Oftentimes everything works perfectly in Projectmaker and then in ZP I get some errors I never saw before. For that reason, whenever an error occurs, I give each running task a unique id and save a screenshot with the ID so I can assign additional logs to the picture. The only thing that is...
  34. lokiys

    Video Screenshot or picture capture

    Video editing and managing are well known with the help of ffmpeg there are no default zenno options for that.
  35. P

    Video Screenshot or picture capture

    Hello Ive researched forum and C# forums, and want somehow make screenshot of video moment, for example paste video and it make screenshot in random second or minute of video and save picture in file. Is it doable with zenno? Sound kinda advenced so not sure if someone here can help me.. :)
  36. VladZen

    Problem to download a SpreadSheet in CSV - OutputFileName : data.csv; filename=utf-8'

    What is the path to save downloaded file? Please attach screenshot of GET request action block properties.
  37. EtaLasquera

    c# windows task monitoring problem

    You must add using system.diagnostics to own code settings also, add results into a list to save you data is a good idea. See screenshot.
  38. O

    Youtube Scraping Issue - Urgent Help

    Hello, i want to scrape youtube search results VIdeo URL (I want only the video url) and save to a file and am having issues doing this. Please can someone point me to the right direction? Below is a screenshot of what am trying to do and got stuck. Thanks
  39. darkdiver

    Release  ZennoPoster new version 5.26.0.0 (27.12.2018)

    Full list of changes in 5.26.0.0 Added: + ZennoPoster command line interface and bat-file generation functionality was extended with new features. + "Recognize ReCaptcha V3" action errors will be saved to project.GetLastError() (error message to project.GetLastError() .Exception.Message). +...
  40. SteveJobs

    Помогите с кодом С#, AutoIt

    Добавь в using для того кода, что я тебе скинул using System.Drawing; using System.Drawing.Imaging; using System.Windows.Forms;
  41. K

    Помогите с кодом С#, AutoIt

    Спасибо за ответ. Этот код, и все что в топ 10 гугла по запросу take screen c# выдает ошибку "имя ImageFormat отсутствует в текущем контексте". Гугление по данному форуму https://zennolab.com/discussion/search/10920752/?q=save+screenshot&o=date тоже не помогло. Я так понимаю в AutoIt это уже...
  42. lokiys

    Problem with retrieving emails via zenno

    Hi. There is Bulk Email download snippet. Example: https://zennolab.com/discussion/threads/bulk-email-processing.7053/page-2#post-93340
  43. H

    Problem with retrieving emails via zenno

    hi ; I receive daily approx 50 emails that have the same title, but slightly different content. What i need to do on a daily basis is extract this content and paste it to a result list. so i created a simple template in ZP: 1. email processing - login to account via IMAP, download 1 email from...
  44. VladZen

    How can I copy a variable text ?

    Well done! You know what? We added parse-helper feature in new version for easy parsing. Check it here.
  45. antoinefdc

    How can I copy a variable text ?

    I did it ! Thanks for the help guys. I will show you the steps to do it, for YOU who are reading this : 1 - Open your web browser (Mozilla Firefox or Google Chrome) 2 - Go on the page where you need to find a variable text. 3 - Right click on the text, "Inspect the element" (FIRST SCREENSHOT) 4...
  46. T

    Why is no data saved when pull data from mysql ?

    Hi, Thank you for your reply.......... Here is database setting from my project screenshot in the attachment. I want to connect to mysql and get data from mysql, so I query this statement above, actually which is useful because I have tested successfuly with mysql tool. But in Zenno project, I...
  47. A

    screenshot c code

    Hi I want to try out c code to take screenshot of pages because the captcha method doesn't work for some sites. I've got this but doesn't work-seems to get stuck at the "var img= ..." line. Anyone can help?: HtmlElement he =...
  48. VladZen

    Input Settings issue

    What does it mean "it does not work"? this is not clear explanation of the problem. What should I see on your screenshot that it is not working?
  49. lanz4manes

    Input Settings issue

    Please refer to screenshot. I already save the value @@ but it doesn't work.. maybe its much better to hard code it to C# i guess.. lazy me why'd i used ZP
  50. LightWood

    Print a page as Ctrl P

    I think "screenshot page" and "save like pdf page" will be look same.