mouse

  1. ZSharp

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

    Вопрос о актуальных методах C# в ZennoBrowser и в браузере Chromium в ZennoPoster. Правильно ли я понимаю что сейчас в приоритете методы .FullEmulationMouse... или если не для мыши .FullEmulation...? Например, проскроллить к полученному объекту можно двумя способами var he =...
  2. 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...
  3. 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...
  4. Endorian

    Capmonster отдает номера позиций картинок

    Приветствую! Коллеги по цеху, пришел я к Вам с вопросом и инфой. Недавно мне попался проект, с успехом написал шаб, отдебажил и выпустил в плаванье. Проект отлично работал, а спустя неделю начались проблемы и как бы неожиданно часть акков была снесена(забанены), что меня очень удивило, так...
  5. 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...
  6. DisassambleDOR

    Трекеры и BigData. Обсудим?

    Добрый вечер, господа. Хотел спросить у опытных участников, как обстоит state of the art с трекерами, которыми сейчас напичкано практически любой мало мальский проект, в котором есть пути для автоматизации действия. Может быть кто совет даст или просто скажет, что все "плохо". Как можно...
  7. Jaseel s

    How can i add mouse click on specific colored element ?

    mouse click on specific colored element ?
  8. 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...
  9. В

    Вопрос по эмуляции мыши в версии 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); Выдает ошибку В вики...