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

  1. O

    Google reCaptchav2 not found

    I have a template where i use the reCaptchav2 recogition module. It worked fine for few weeks until today when it stop working now it cant find the sitekey on that page. I tested on other sites and that works fine. So my question is what is a good way to solve this if it cant auto detect the...
  2. O

    Read the Localstorage ?

    Can we read stuff from the local Storage? In c# selenium i can use this ((IJavaScriptExecutor) driver).ExecuteScript("return localStorage.getItem('MooWeb/APIToken')", (object[]) Array.Empty<object>()).ToString(); But can i do something similar in Zennoposter?
  3. O

    Emulate geolocation settings

    Is it possible to set a custom Geolocation in Zenno? I see there is a option to set GeoLocation based on ip. But is it also possible to set it custom?
  4. O

    PUT Request

    Is PUT request not supported? I tryed to do it in c# but i cant referense the System.Net.Http So how can i do PUT requests in Zenno am i missing something? Thank you
  5. O

    Regex find mail last matched mail

    How can i do a regex that will take the last match mail? Cause right now am getting more then 1 mail that look same but wiht diff codes in. And i only want the code in last mail. Am not sure how to make a regex to take the last matching mail. This is from email tab "Search Mail"
  6. O

    Force zenno using a special network adapter

    Is it possible to force zennoposter to use a special network adapter? For example if i have 2 nics in my computer with two internet connections on. Can i tell zenno which connection to use? Or force it some how?
  7. O

    Is it possible to use PUT requests? In c# or similar

    Am trying to get PUT requests to work in Zenno but i cant find how to do. Is zenno not supporting PUT requests at all not even with c#? Is there an workaround to get it to work with PUT reguests? Thank you
  8. O

    Looking for 2 templates i pay good

    I am looking for 2 templates for zennoposter. The first one is a tumblr account creator that should make acc and verifi the email from there homepage. Pretty basic one. (it should be possible to mulithread it) It should read username,pass,email,proxy from txt files. And then ofcourse save the...
  9. O

    Check if page is loading or not

    Is there some kind o simple way to do this. When Zennoposter visit a page i got a timer that should start after the page have finished loading. Am not sure but it looks like my timer that is set under the goto url action start direcly so it starts the pause before the page is fully loaded. Is...
  10. O

    Login to ig

    Hello, i try to make a simple script for instagram. I use proxy and i go to ig homepage and click login then i fill in username and password and then press login. It redirects me back to login page i do not get any errors at all. When i try the same proxy and same username password in firefox...