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

  1. M

    Scrape on Ajax - Wait until element exist

    You are the best. Thanks, it works great.
  2. M

    Scrape on Ajax - Wait until element exist

    Could you possibly include that in the code if it's that hard for you, please :-) Thank you. Edit: I did read and try a couple of things without any luck with https://help.zennolab.com/en/v5/zennoposter/5.1/ZennoLab.CommandCenter~ZennoLab.CommandCenter.Document~FindElementByAttribute.html
  3. M

    Scrape on Ajax - Wait until element exist

    Im using btw: HtmlElement he; for(int i=0;i<20;i++) { he = instance.ActiveTab.FindElementByAttribute("Your data in parameters"); if(!he.IsVoid) { break; } System.Threading.Thread.Sleep(2000); }
  4. M

    Scrape on Ajax - Wait until element exist

    Yes that one. But what if the server return an 502 error and it didn't find the element, how can I know. Am I missing something on that thread?
  5. M

    Scrape on Ajax - Wait until element exist

    Will this code loop itself until it finds the element? What if the page return as server code 5xx error, what happens then?
  6. M

    Is this possible?

    Awesome. Thanks.
  7. M

    Is this possible?

    Is it possible to generate numbers in the range of 0.01 to 0.1? Whether be it in Javascript or C#. Thanks
  8. M

    Tests proxy against user defined site

    Just Awesome Rostonix :D Thanks
  9. M

    Tests proxy against user defined site

    Nice.. Yes I've played a little with the Test URL rule in zennoposter's proxy checker and can't add anything into the box.
  10. M

    Tests proxy against user defined site

    Just saw the new URL feature within zennoposter's proxychecker. It's awesome.. But still, I would like to search for text or elements on the page to determine if the proxy is usable or not. Is this something that is coming?
  11. M

    How to Remove Empty Lines in a Text File.?

    I am successfully using this regex: ^(?:[\t ]*(?:\r?\n|\r))+
  12. M

    Tests proxy against user defined site

    Awesome news :D If I may ask, when will the next build be released?
  13. M

    Tests proxy against user defined site

    It would be so awesome if the best proxychecker got a feature that allow the user to test a proxy against any site that the user defines as a rule. There is this no hands proxies software who does it and is a very nice feature. Please consider :)
  14. M

    Taskmanager running perfect, but only this small...

    Ok, my bad. I've attached the requested images. Also, I did a clean install without any success.
  15. M

    Taskmanager running perfect, but only this small...

    That would be many screenshots as its not one or two projects. Also the projects doesn't have any execution settings.
  16. M

    Taskmanager running perfect, but only this small...

    I don't know if its a bug or something. But it seems not running more than 1 thread at a time. Why? I've set a project to run 10 threads. Is this something you've limited by purpose? -MT
  17. M

    Sources

    Hi I would really like to see a feature to automatically delete old soures that the proxy autosearch harvest. Cheers -MT
  18. M

    [SOLVED] Active tab of instance is not found. Instance 1383725786:127.0.0.1?

    I am getting this messege with the recents updates 5.3 :(
  19. M

    Need help with XMLHttprequest

    After looking at your template again. It finally worked! You did it BigcaJones, :D boy am I glad!
  20. M

    Need help with XMLHttprequest

    I really appreciated your response bigcajones, I already tried that and is working as your example you've giving. The problem is, why I need XMLHttprequest is because, this what happens in the last post in your example: $.ajax({ type: "POST", url...
  21. M

    Need help with XMLHttprequest

    I really appreciate response from fellow members and for the right one, even pay for your time. I got this code, from a developer who does not know anything about zennoposter: using System; using System.Globalization; using System.IO; using System.Linq; using System.Net; using System.Text...
  22. M

    Http and Captcha

    Nevermind, I've found the solution. Will put the captcha image url in value after recognizing the captcha with browser.
  23. M

    Http and Captcha

    Hi, is it possible to send the captcha via http post request? I've successfully grabbed the Recaptcha image from site and wants to send it to recaptcha service. Or too much hassle? Any reponse, appreciated.
  24. M

    Death by captcha wrong answer

    Thanks guys :-)
  25. M

    Death by captcha wrong answer

    So which service do you recommend, that works perfect with zennoposter?
  26. M

    Cookie handeling in HTTP and POst, then to assing to browser

    thanks much appreciated :)
  27. M

    Cookie handeling in HTTP and POst, then to assing to browser

    Anyone got a solution for this?
  28. M

    The famous http get & post request

    Thanks for your reply rostonix, much appreciated. After doing more digging in this subject I found out that XMLHttpRequest won't do it. As it gets only static content not dynamically generated content. What I'm trying to do is; Get dynamic generated text when page loads. I got no problem doing...
  29. M

    The famous http get & post request

    I know there has a couple discussions about http get & post request here both on the russian and english forum. Good info and with couple of demo templates. Now, for my issue it has to do with XMLHttpRequest. The site I'm trying to grab the info from require javascript and by running normal...
  30. M

    Cant 'Regenerate' Profile fields

    Played more with it, and saw that that there are some you can pick between set and regenerate. Now the one I wanted to regenerate was the name field, wouldn't allow me to pick regenerate. There is a work around to choose it. First pick login and choose regenerate -> then instead of login pick...
  31. M

    Cant 'Regenerate' Profile fields

    This has still not been fixed!
  32. M

    Working with tables

    Hello, is it possible to remove duplicates from tables? Thank you.