emulation

  1. ZSharp

    Какие на текущий момент актуальные методы C# для работы с мышью как в ZP так и в ZB?

    Вопрос о актуальных методах C# в ZennoBrowser и в браузере Chromium в ZennoPoster. Правильно ли я понимаю что сейчас в приоритете методы .FullEmulationMouse... или если не для мыши .FullEmulation...? Например, проскроллить к полученному объекту можно двумя способами var he =...
  2. avtostopshik

    Proxy Setup for Nox and BlueStacks in Seconds!

    Working with Nox or BlueStacks emulators (account registrations, task automation, or manual operations)? This solution is perfect for you! Convenient, fast, and secure – with full proxying of all traffic through TCP, UDP, and DNS. Forget about complex configurations and data leaks! Solution...
  3. avtostopshik

    NinjaBro - Upgraded Version of ZennoPoster Browser

    NinjaBro: Ultimate Device Emulation for Unmatched Online Performance Let us introduce our exclusive template for the NinjaBro browser (based on ZennoPoster, Chromium), which completely reimagines device emulation in the digital space. Forget about the standard anti-detect browsers that...
  4. avtostopshik

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

    NinjaBro: Максимальная эмуляция устройств для успешной работы в сети Позвольте представить вам наш эксклюзивный шаблон для браузера NinjaBro (на основе ZennoPoster, Chromium), который полностью переосмысливает эмуляцию устройств в цифровом пространстве. Забудьте о стандартных...
  5. M

    Making multithreads projects

    Hello everyone, I am new in zennoposter software and i want to ask you if i am on the right path. I have very specific problem with photo upload button which are hard to find by javascript and impossible to find by action designer. I want to create a project that will be running in couple of...
  6. PHaRTnONu

    Scroll to Bottom of page for hidden content

    So i always see this asked and the answer is always "Scroll into view" "Mouse wheel emulation" im looking for a solution to where it knows the conent is done loading. IE i have a page with a FINITE amount of content in it. but i need to fully load all the hidden content, i dont know where it in...
  7. T

    Mouse Emulation Detected!

    Hi, i am working on a registration script for a site. I made the script, and i know 100% that if the site detect the bot it throws a specified error. The first time i got this message, i tried emulating and changing everything, and i found out that if i let the bot do everything apart from...
  8. KitKat21

    How to use Variables in C# code to FindElementbyAttribute?

    Hi guys! I hope someone can help me. I'm experimenting with using variables in C# code (thanks to those kind users here who helped me use variables in the code!). I want to have random settings to emulate moving a mouse/scrolling randomly over different parts of a page to look natural. So...
  9. PHaRTnONu

    C# mouse over event.

    Need c# code fixed to mouse over a group of elements found that have a certain critera add the pop up dialog. currently is working but will not cycle to the second mouse over event. only grabs teh first one mouses over and grabsdata add it to EVERY one that has teh mouse over event. User 1...
  10. A

    Using Proxy Timzone

    Hi, Is it possible to get a proxy time zone and then emulate it as the local time zone too? I know we can emulate this from Broswer > "Time Zone", but both proxy and local time zone to be the same. Thanks.
  11. В

    Вопрос по эмуляции мыши в версии 5.10.4.0

    Мышь в эмуляторе очень странно себя ведет. Взял код из вики. HtmlElement he = instance.ActiveTab.GetDocumentByAddress("0").FindElementByAttribute("div", "class", "main", "regexp", 0); if (he.IsVoid) return -1; instance.ActiveTab.FullEmulationMouseMoveToHtmlElement(he); Выдает ошибку В вики...