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

  1. S

    Change User

    Hello! I've an installed version of ZennoPoster 7.4 but cant change the user which is using it. I currently own two licenses, but need to switch user - is this only possible while installing? I tried removing the license files in the program directory, but that didn't help at all ... Kind regards,
  2. S

    ZennoPoster 7.4 and ReCaptcha 2 CapMonsterCloud

    Ok, I've finally figured out how to check if there is a captcha .. just by checking the HTML DOM for the specific element. However ... even if the element (reCaptcha v2) exists, ZennoPoster is unable to solve the captcha ... obviously it is working in the project maker?? Following error...
  3. S

    ZennoPoster 7.4 and ReCaptcha 2 CapMonsterCloud

    Hey, I am running a project with CapMonsterCloud - sometimes a Recaptcha pops up and somehow CapMonsterCloud solves it, at least in the Project Maker. However, when I run the project in ZennoPoster, I am getting an exception: "CapMonsterCLoud ReCaptcha2 SiteKey value is not found". Does this...
  4. S

    New profile not generating.

    got it! and the reason is, that zenno is generating a fresh profile each run, correct? any idea how I can achieve the same logic without removing each line from my profile list? my first thought would be --> 1) start template -> pick user line (and remove it from file as well) 2) end...
  5. S

    New profile not generating.

    Hello! I am facing a similar issue - maybe I am using the program completely wrong, but that's why I am asking right now :) Lets say I have a facebook list which I loop within a project. 1) get credentials from list 2) check if profile already exists (within a certain folder for given user...
  6. S

    FullEmulationMouseMoveToHtmlElement()

    Finally figured it out. I am using htmlElement.ScrollIntoView() first and afterwards FullEmulation... Thanks anyway!
  7. S

    FullEmulationMouseMoveToHtmlElement()

    Yes, I think so - there might be an issue with the resolution at all. I've also tried to place the cursor first to a bit lower position, since there is a "sticky header" on the site - but this doesn't work either. Do you have any suggestions?
  8. S

    FullEmulationMouseMoveToHtmlElement()

    EDIT2: For HTMLElements which are visible (no scrolling necessary) it works like a charm - but as soon as the element is not in the "visible area", the function just moves to the bottom of the browser and stops. Are there any best practices for that case?
  9. S

    FullEmulationMouseMoveToHtmlElement()

    Hey! I've been trying to move the mouse to a certain HTML element which definitely exists in the DOM (double checked it with SendInfoLog (HtmlText)). The cursor starts moving, but stops when reached bottom of the site - he needs to scroll to reach the right element. EDIT: There is also a...
  10. S

    Store Login?

    The reason why I cannot do this with the "action designer" is: I cannot add a variable name in the search criteria. I am gathering the className of the textarea through C# and set it to a variableName to use it in the "Action Designer" "Search Criteria" field - but unfortunately I cannot use the...
  11. S

    Store Login?

    Thanks! Works like a charm. Is there a similar function in C# for emulating "text input"? I know that there is a FullEmulation function for Mouse events, but I couldnt find one for "keyboard" - there is just Emulator.SendText which immediately fills out the form. EDIT: I've found following...
  12. S

    Store Login?

    Hey guys, I came across ZennoLab because I was looking for an alternative to "Multi-Login.com With Multi-Login it is possible to save logins in a "Browser Profile". Is this also possible with ZennoLab? Background: I would like to save a login in a browser (especially for Facebook) - or do I...
  13. S

    Page not loading

    awesome! thank you
  14. S

    Page not loading

    Aaah, but it seems this functionality is available via C#: instance.ActiveTab.FullEmulationMouseMoveToHtmlElement(likeButton); instance.ActiveTab.FullEmulationMouseClick("left", "click"); PS: Is there any chance to get V7 instead of the old version?
  15. S

    Page not loading

    Unfortunately I've bought the wrong version yesterday - I've tested the v7 and after I bought, I only had access to 5.6? In 5.6 there is no such setting :(
  16. S

    Page not loading

    Thanks so far Vlad! I didn't see that there is an option for generating the User Profiles :) I get more and more familiar with this tool now. But now I am facing an completely new issue: I am tracking the X and Y of certain elements in my DOM to click them afterwards. However, the "click" icon...
  17. S

    Page not loading

    got it .. it was actually only facebook.com blocked - what proxies would you recommend for signing in to a list of fb accounts? the use case i try to fulfill with your software is: Load List of Profiles -- working Get Proxy & Set Proxy -- working (now) Visit Facebook.com --> Fill in Credentials...
  18. S

    Page not loading

    yes, I've added my account to the settings and I guess your software is pulling the right one - at least at the bottom of my instance there is the proxy in the specified format applied. as well all proxies are "online" in your proxy checker
  19. S

    Page not loading

    Hey guys, I've recently bought the ZennoPoster Pro (latest version). After a few try & error I've finally got my project running, but only without a proxy. I've signed up for the airsocks.in Promo which is valid for 2 hours because I've thought that it might be the proxy which is not working...