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

  1. EtaLasquera

    Bugs in version 5.10.5.0

    In certain pages, still not downloading files. Reported in 5.10.4.1
  2. EtaLasquera

    Run multiple instances of a task

    I have a text file "A.txt" with 1000 registers. I have a task who read "A.txt" and process it line by line The browser needs 2 min of work in each line. After 1000 reads my job will be done. I tried to create a project to split my 1000 registers file into 10 files "A1.txt", "A2.txt", "A3.txt"...
  3. EtaLasquera

    How to solve ajax captcha?

    You must set the captcha service you want to use and give the user/pass/uniqueid to Zenno. In Zenno Maker, change recognition module in Zenno Poster, go to settings, captcha and store your credentials.
  4. EtaLasquera

    Bugs in version 5.10.4.1

    Great, thank you :) *KISSING*
  5. EtaLasquera

    Wait for element to appear

    Try set focus, if fail, wait 1 second and try again.
  6. EtaLasquera

    Unable to save table of more than 702 columns

    Confirmed, zenno can't manage more than 702 columns :-) So... I really don't know what a hell you need with 702 column hack :S
  7. EtaLasquera

    Bugs in version 5.10.4.1

    Zenno not download a file who can be downloaded in version ProjectMaker 5.9.1. I can't share project into a public forum, if you need a example, ask me by personal message.
  8. EtaLasquera

    Is there a way to adjust a pages CSS?

    You must capture html code into a variable, search for the element in html code and replace that value, sometimes its something like "display: block" or "aria-hidden = false", you must set "display: none" or "aria-hidden=true".
  9. EtaLasquera

    How to use Zenno Poster with "built in" CapMonster?

    Thanks a lot, atm I'm using decaptcher plugin and it work fine :)
  10. EtaLasquera

    If statement to restart program when it encounters a captcha

    Try read captcha element in html code, if found, restart instance, if not, continue.
  11. EtaLasquera

    Ation designer, reg ex problem

    This? "Businesses" class="(.*?)".*?|"More People" class="(.*?)".*? returns: "Businesses" class="_4qba" "More People" class="_4qba"
  12. EtaLasquera

    How to setup "loading" time in Zenno Poster?

    Thanks VladZ, let me test it now :)
  13. EtaLasquera

    How to setup "loading" time in Zenno Poster?

    And here is my settings for instance....
  14. EtaLasquera

    How to setup "loading" time in Zenno Poster?

    Sometimes my project stuck due to page not load, there is any way to setup "loading time" in Zenno Poster?
  15. EtaLasquera

    Zenno can't open a page

    Found... greprefs.js and xulrunner.js security.ssl.enable_ocsp_stapling = false :an:
  16. EtaLasquera

    Zenno can't open a page

    Update: I update my Zenno to last version and now Zenno Browser say the same message of Firefox. There is any config to change config of "security.ssl.enable_ocsp_stapling" to "disable"?
  17. EtaLasquera

    Zenno can't open a page

    I'm trying to open this link https://www.redeae.com.br/ Zenno give me a "about:blank" page with code some "hidden" in HTML code. When I try open the same page in FF, browser say "Fail SEC_ERROR_OCSP_TRY_SERVER_LATER[/CODE", to bypass this error I must open "about:config" and change to "disable"...
  18. EtaLasquera

    How to use Zenno Poster with "built in" CapMonster?

    I'm trying to bypass a simple "123" with "CapMonster.exe" who comes with Zenno Poster Pro. I make my own "test" In test module it works... Now I want to put it working in Zenno Poster but I don't find how to use CapMonster with my own captcha recognition settings.... Where I can found a...