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

  1. EtaLasquera

    Bugs in new version 5.11.3.0

    Program stuck if you are in c# code and click in "start". After 30~50s it unstuck.
  2. EtaLasquera

    Picture upload failure

    Are you trying to pick the picture from variable or from a fixed file?
  3. 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...
  4. EtaLasquera

    Forum bug :)

    Sample into a movie... https://ufile.io/fj77b I try to upload a rar file in this forum but the site say's "file is too large"
  5. 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...
  6. EtaLasquera

    ZennoBox questions

    Thank you :) Adding founds :)
  7. EtaLasquera

    Text captcha (Question) in different language

    No.
  8. EtaLasquera

    Text captcha (Question) in different language

    It is not a captcha, sometimes you need to make a table with question and answers.
  9. EtaLasquera

    Cannot Click Button; Tried JS, Tried C#, Tried Emulator, Manually Works Though

    I have one website with the same problem, the solution for me is send focus to button and press key enter :p
  10. EtaLasquera

    change download folder form variable

    In browser settings you can define "download to".
  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

    lol, extreme thanks arhip1985 If I run c# code in my current project (it is a big project) I receive my related error. If I run the same code passing variables to another project "clean" the code run fine. Solution: create a new project with C# code to unzip :S Strange but works And more one...
  13. EtaLasquera

    System.IO.Compression.ZipFile

    I think this is the classes who I can use with System.IO.Compression:
  14. EtaLasquera

    System.IO.Compression.ZipFile

    Still error, another error now.... expected "." row 0 column ...
  15. EtaLasquera

    System.IO.Compression.ZipFile

    Same error "zipfile namespace does not exist"
  16. 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);
  17. 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...
  18. EtaLasquera

    Download file like flashgot

    Yes, you can map a list of downloads and do all.
  19. EtaLasquera

    Big project need to split and export data?

    You can send and receive variables between projects, variables can use the same name or different names. By default I use the same names but that is not a rule. To use tables or lists between projects you must assign the table/list to a file.
  20. EtaLasquera

    Bugs in version 5.10.5.1

    Please rework page.lastdownloadfile()! Yesterday we send a lot of files to wrong clients due to a treinee working in project.... Run projectA Run projectB Read filename.txt
  21. EtaLasquera

    Simple math with variables?

    To do 3+2 = 5 you must use java or c# :S
  22. EtaLasquera

    Bugs in new version 5.10.6.0

    Will be solved in next update with Instance.StopDownloads(); Solved in conversation.
  23. EtaLasquera

    Bugs in new version 5.10.6.0

    Thank you 8-)
  24. EtaLasquera

    How to simulate "Paste" or "CTRL + V"

    You try use keyboard emulation? Some data fields use scripts who don't accept "SET" value, for these fields, use KEYBOARD emulation. There is no one C# or Java code to do it implemented on Zenno.
  25. EtaLasquera

    Gumtree ad disappears after posting.

    Yesterday I try send ad's from gumtree and my ad's only work if I send at least two files to ad, if I don't add any image to my ad, the ad will not post. If I add at least two images, the ad will be save successful.
  26. EtaLasquera

    Stop downloading C# command

    Thank you!
  27. EtaLasquera

    Gumtree ad disappears after posting.

    Idk what your problem, this is a very simple project, just click in buttons and go....
  28. EtaLasquera

    Bugs in new version 5.10.6.0

    +1
  29. EtaLasquera

    Stop downloading C# command

    The problem is reconition of the download complete, Zenno still loading the page and with a high timeout my session will expire. I read a directory for a file existance and when I get it I want to back to page navigation but the navigation don't work because I can't "stop download". I send a...
  30. EtaLasquera

    How to click on button - Gumtree

    I use the simplest way and it work: tag div att class search type regexp: feature-package-button\ feature-select\ c-rounded-corners5\ c-pointer\ c-dark-green-bg match 0
  31. 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?
  32. EtaLasquera

    Bugs in new version 5.10.6.0

    I still have a problem with this: " Issues loading certain websites have been solved." I have a project who sometimes need 30 min ~ 1 hour to download a file due to page stuck, sometimes the download fail/sucess and the page still stucked for 20~30 min. If I try download the same file in...
  33. EtaLasquera

    Bugs in version 5.10.5.1

    For now, my solution is, after download a file, read files in folder defined by "download to", take the only one file in directory and rename/move to destination folder. In this situation I must run task in single thread due to every download must have a specific filename. Thread 1 - Download 1...
  34. EtaLasquera

    Bugs in version 5.10.5.1

    Yes.
  35. EtaLasquera

    Bugs in version 5.10.5.1

    Yes, I get the path from Page.LastDownloadedFile. Project A: Change browser settings "Download to = FolderProjectA" Project B: Change browser settings "Download to = FolderProjectB" I use this settings in version 5.9.1, if this settings was changed, can you teach me how to get the last...
  36. EtaLasquera

    Bugs in version 5.10.5.1

    I have two projects, project A and project B If I download file in "project A" and after this I download a file in project B and try move last download file in "project A" zenno is moving the file downloaded in "project B".
  37. EtaLasquera

    About zennobox and work in newest version

    If you don't use new functions who was released in new versions, yes, they will work.
  38. EtaLasquera

    Run multiple instances of a task

    Reworking question, how to start a multitask job in task manager? If I start the task manualy clicking in the icon "Infinite", my task run in multiple threads but when I start the same job by task manager it start only one thread.
  39. EtaLasquera

    Reload / Refresh List

    Bind from file in list processing.
  40. EtaLasquera

    where is the "Processing JSON/XML" feature??

    Yes.
  41. EtaLasquera

    Run multiple instances of a task

    "BUMP" - Looking for help about "how to start a multithread project".
  42. EtaLasquera

    how to solved captcha math alphabet?

  43. EtaLasquera

    how to solved captcha math alphabet?

    Take it, for free you can execute the project and use it with project in project, I don't know for what you will use it, I think it's a bot creation and with this you will get money, is not fair I do it for free.
  44. EtaLasquera

    How to remove json objects with specific name value pair ?

    try this...
  45. EtaLasquera

    how to solved captcha math alphabet?

    Try this
  46. EtaLasquera

    where is the "Processing JSON/XML" feature??

    IDK about demo, in paid version these funcions work fine.
  47. EtaLasquera

    Help With Extracting Values Hidden In HTML filled variables

    Just remember if you want to use project variables in javascript you must use var test = "{-variable.name-}"; test; I really don't understand what you want to take from your result. I sugest regex into variable html, see atacched project, the result is "Central NJ Trucks/Cars Quads/Dirtbikes...
  48. EtaLasquera

    Possible to scrape data from Google Maps?

    Yes it is possible but you will have a hard hard job due to map navigation, need the use function of mouse scroll to zoom in, zoom out and move map area to search new elements.
  49. EtaLasquera

    Run multiple instances of a task

    Something like this project, I need a help to run in multiple threads. My Zenno Poster settings are: Run if file exist: (project directory)test.txt (uncheck "remove file".) Project in task: (project directory)test.xmlz Execution count -1 Max # threads 20 Proxy none Rules none With this...
  50. EtaLasquera

    Bugs in version 5.10.5.0

    Auto complete tags is working very bad, sometimes keyboard crash and you need exit and enter agin in object to edit values.