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

  1. EtaLasquera

    Bad End - Increase number of possible "bad end" of a project

    Sometimes we got problems in proxy / internet connection goes down, specific element in page not load, etc and we are trying to prevent that errors. Certain errors we can prevent, certain errors no. We put in some projects the logic command "bad end", if a not success into a project, the bad...
  2. EtaLasquera

    We have "Post", "Get" there is a way to HTTP "Options"?

    I need to send http "Options" but for now we can send only "Post" or "Get" There is a chance to send "http options"?
  3. EtaLasquera

    There is a way to stop a project due to no action for a long time?

    Sometimes I got problems due to internet connection comes down or website is in maintenance. There is a configuration to "end project if no action was executed in 10000 seconds?"
  4. EtaLasquera

    ZennoBox and "Project in project"

    Hi, I have a lot of projects in Zenno who use the funcion "project in project", as example, I need to acess a bank page and after every action I must check if the page was loaded or no. The log say's: 2017-07-31 09:06:18.3991|WARN|ZennoLab.LogLibrary.InternalError|Error occured in module...
  5. EtaLasquera

    Help with Xpath

    I'm trying to use Xpath to do some tasks. This is my first time who I'm trying to use a variable mixed with Xpath code, my problem is... if I put a number direct in the Xpath code, the code returns "error" if I put the same number from a variable the code returns sucess... If I run that code on...
  6. EtaLasquera

    Load java applet

    Hello! Can anyone help me to load a java applet in browser? I already do: instance.UsePlugins = true; instance.UseJavaApplets = true; instance.UseJavaScripts = true; instance.UsePluginsForceWmode = true; But the applet stay like a "grey block" in my browser.
  7. EtaLasquera

    Thanks for full mouse emulation!!!!!

    Yesterday I found a site who don't allow me to use events like rise click, full mouse emulation works like a charm! Thanks Zenno Developers!
  8. EtaLasquera

    Help, click into element inside a specific div

    I must click into a element inside a div, sometimes the page have "1~10 links" with the same name but I need to rise click inside a specific div: <div class="ng-isolate-scope" vr-pagination="" page="transacoesPage" page-quantity="transacoesPageQuantity" page-limit="pageLimit"...
  9. EtaLasquera

    Exists a way to "force close" a task?

    I have a project who sometimes crash due to a anti-bot manager... When the problem occour, the page create a DOM with fake link's and random texts, and the project crash. I already manage 33 ways to "bypass" anti-bot, at now I get near 60% of sucess in my data mining. My problem is when I can't...
  10. EtaLasquera

    Forum bug :)

    Language links are broken :p If a new user click in forum "english" he will never enter in english area because link does not work :p The same error ocours in other languages, example: Current link to english: http://zennolab.com/discussion/#english-forum.48 Correct link to english...
  11. EtaLasquera

    ZennoBox questions

    I have at least 20 projects running at Zenno Poster, sometimes my machine crash due to high memory usage. The ZennoBox license is not easy to understand, I want put 10 projects in one computer A (zenno poster) and 10 projects in computer B (zenno box). And, finaly, here is the question who I...
  12. EtaLasquera

    System.IO.Compression.ZipFile

    I'm trying to unzip files in class System.IO.Compression Zenno returns an error "zipfile namespace does not exist", there is a way to register class in Zenno? code: string path = "c:\unzip\"; string zip = "c:\zip\zipfile.zip"; System.IO.Compression.ZipFile.ExtractToDirectory(zip,path);
  13. EtaLasquera

    Run ZennoPoster in more than one machine

    I have to install multiple security software from banks to run robots for the banks. This is the problem, I have 4 banks with 4 different security softwares. These softwares work like a virus and spy every process running in computer. If I run all banks in only one computer in a PC with 4 cores...
  14. EtaLasquera

    Stop downloading C# command

    I try... But not work, the active tab still trying to load a file and it never ends. If I press the button "x" the load stop... There is a command to force stop load file?
  15. 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"...
  16. 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?
  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...