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

  1. A

    How to get Facebook post's comment ID?

    Thank you for your suggestion Astraport. I can extract them by using Linkgopher. Not fully automated but still work
  2. A

    How to get Facebook post's comment ID?

    Hello! I want to make a bot to auto reply comments on my page. I need to get all comment id on the post but I can't find them anywhere (in DOM or source) Is there any ideas to get Facebook's post comment ID? Thanks
  3. A

    Can't set value to tweet with new Twitter design

    It's called Keystroke Emulation in English Version and it works like a charm. Thank you 1000 times :D
  4. A

    Can't set value to tweet with new Twitter design

    Hello! Thanks for your reply. I click on the field and Choose "To action designer" and then use Set features with innerhtml, innertext and value but all of them don't work. Which Emulation do you mention? Keystroke Emulation? Thanks
  5. A

    Can't set value to tweet with new Twitter design

    Hello! I tried to make a temp of automatic posting tweets to my Twitter profile. But since Twitter released their new design my temp isn't working anymore. I tried to set value via innertext, innerhtml or value but doesn't work? Any suggestions for me? Thanks
  6. A

    Browser reset after quit ZP

    Hello! When I run a template which login to my account on a website and complete all of the tasks. Then I close ZP to shut down my computer to go to bed. Then the next day I open ZP and re-run my template it re-login my account on that website. How do I avoid that re-login?I've tried delete...
  7. A

    About coordinate in ZP

    Thanks for your suggestions. I will try it soon. You said that I need to find "topInTab + leftInTab". But when I select To action designer there are no "topInTab + leftInTab", just only have top, left, clientwidth, client height.... Can I choose top & left instead? Thank you
  8. A

    About coordinate in ZP

    The elements (images) are changing every time so it's not stable if we find element. I think the coordinates should work.
  9. A

    About coordinate in ZP

    I figure it out that when I scroll down or up the scroll bar in the browser, the coordinates changed so that my coordinates which I set are completely wrong. So how could I deal with this problem? Thanks
  10. A

    About coordinate in ZP

    Hello! I have a project which has an action to move an object from position 1 to position 2. So I use drag and drop feature. But I'm confusing about the coordinate I need to fill in drag and drop action. While recording I move my mouse over that object then determine the coordinate based on...
  11. A

    [Бесплатно!] ReCaptchaGnizer: Решение ReCAPTCHA2 со 100% результатом (AutoSubmit: vk/textnow и др.)

    Hello! Thanks for sharing a nice template. But I got error while opening it: Project Loading Error. I know that the template is encrypted. So how do I use that template? Thank you
  12. A

    Browser crash while running template

    Dear ZP Team! I had a problem a few days ago. While running my template the browser crash and look like this image below It is completely black or sometimes navy and I cannot see any action clearly. The template is still running but the result is fail. Sometimes it says Error loading...
  13. A

    Help me using 2captcha with ZP!

    Hello @VladZen I use action Recognize ReCaptcha2 but I can't find 2captcha.dll from Recognition module. It does not show up And after I choose the captcha regconition then put the result into a variable then what should I do next? I can't find any tutorial about this Please help me Thanks
  14. A

    Help me using 2captcha with ZP!

    This is my first time I use a captcha regconization service to be intergrated with ZP And 2captcha is my service I downloaded the template provided by @Morgan here in this thread: http://zennolab.com/discussion/threads/how-to-use-anti-captcha-antigate-com-for-google-recaptcha.33593/ Then and...
  15. A

    Best Google recaptcha regconition service for ZP?

    But how about success rate. I want higher success rate. Antigate is more expensive but can it get 100% success rate? Thanks
  16. A

    Best Google recaptcha regconition service for ZP?

    Hello all! I want to submit my link to Google webmaster (google.com/webmasters/tools/submit-url) but it requires Recaptcha everytime I submit So I want to know which captcha service is the best to be intergreated with ZP for fully automation with high success (more than 96% :D) Please suggest...
  17. A

    Keystroke emulation scroll down it not working for some sites

    Thanks morpheus93 but I found a way to solve it. It is that using click method and find the right coordinates to click. I also try drag and drop but didn't work
  18. A

    Keystroke emulation scroll down it not working for some sites

    I use Keystroke emulation with {END} or {PGDN} but it works for the site like redbubble.com but not working for ebay.com That's strange. How to make it working with ebay.com Please suggest Thanks
  19. A

    InnerHTML value disappear at next step why?

    Thanks LightWood. I just change from innerhtml to value and it works perfectly
  20. A

    How to get string length and put it to a variable?

    Great thanks. it works perfectly
  21. A

    How to get string length and put it to a variable?

    I look at string process but could not find it elsewhere Pleas help. Thanks Another problem is that I have a string process in my project is string replace (I replace space with a character) I successfully done with current run but when I close ZP then open ZP again the space character to be...
  22. A

    InnerHTML value disappear at next step why?

    Hello all! I have a big and weird problem when creating my project Please see the image below: My steps go thought 1 - 2 - 3 with 1 and 3 are normal text field and 2 is WYSIWYG HTML Editor I easily set text for 1 and 3 with recording and 2 was not shown up while recording but I use Action...