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

  1. EtaLasquera

    Dinamic lists for multithread execution

    Can you share a simple example projetct? I have tried it and never works as multithread, only as a single thread.
  2. EtaLasquera

    Dinamic lists for multithread execution

    Hi guys, after a lot of work I understand how zenno works with multithread execution: the first block of the project must be a table or list binded from a file. Now I have a different scenario. I must to start a project instantly after a web page receive informations and here is my problem. The...
  3. EtaLasquera

    How to replace empty space with nothing (regex)?

    On c# string.replace(' ','') works. If you plan to with regex, use Regex.Replace(string,@"\s+","")
  4. EtaLasquera

    Digital certificate and firefox plugins

    We deploy a tool with Python browserdriver library, works like a charm :)
  5. EtaLasquera

    How to use Variables in C# code to FindElementbyAttribute?

    Just check hint, it says how many attributes you must pass over the function.
  6. EtaLasquera

    Emulating mouse click is still recognized as not a real mouse click?

    Sometimes you must use mouseemulation, read c# docs.
  7. EtaLasquera

    Switch ZP between foreground app to background process and vice versa

    Well, I think you must have a better management of your windows terminal service. We run 3 machines with 90 project without problems like you.
  8. EtaLasquera

    Digital certificate and firefox plugins

    Does not work, thanks for reply.
  9. EtaLasquera

    How to use Variables in C# code to FindElementbyAttribute?

    Since the expressions says (string, string, string, string, int), you must convert these values from int to string. Try: Convert.ToString(int.Parse(project.Variables["ToMouseTo"].Value)),Convert.ToString(int.Parse(project.Variables["RNDmatch"].Value))
  10. EtaLasquera

    Digital certificate and firefox plugins

    Hello, I need to access a page who load digital certificate from a plugin. I already try to add the certificate manualy by set certificate browser config, but the page need load the certificate from plugin "WebPKI"...
  11. EtaLasquera

    Bugs in new version 5.14.0.0

    Button "Cleanup unused variables" in variables tab is not working.
  12. EtaLasquera

    Bugs in new version 5.13.0.0

    Log attached. I'm using FF52.
  13. EtaLasquera

    Bugs in new version 5.13.0.0

    Resstart instance fail some times. Need to link restart instance to a alert and back to resstart instance, after some errors the instance finaly restart. Sometimes restart instance fail to start browser process and projects crash, in project maker I need do a manual click in "start browser...
  14. EtaLasquera

    Adding a "Clean interrupt" to Zenno

    http://zennolab.com/discussion/threads/errors-in-the-templates-find-and-solve-them-2-times-faster.35953/
  15. EtaLasquera

    new table and list processing methods

    Consider add method to delete column from a table.
  16. EtaLasquera

    How to delete a column from a table ?

    Forget that... just save to file, read file contents, replace ;; to ; and save the file.
  17. EtaLasquera

    How to delete a column from a table ?

    Up :-) There is a way to delete column from table? The code posted by "SEOGet" only clear column data, I need to remove column... something like: var tbl = project.Tables[myTable]; tbl.DeleteCol("D");
  18. EtaLasquera

    Zenno Poster have a hired settings to enable GPU Acceleration?

    Oh!!!!!!! Thanks a lot! Checkbox found in Instance at 5.11.7
  19. EtaLasquera

    Zenno Poster have a hired settings to enable GPU Acceleration?

    Since Firefox can use GPU to reduce CPU utilization in page render, can I activate the same thing in Zenno Poster?
  20. EtaLasquera

    C# POST API call

    I can't help you since your private keys is a your secret :-) But check your nonce var because Zenno Poster TimeNow automatic pad left zeros. As example, my clock now: 2017/12/12 09:09am 121299 << your nonce In next month... 2018/01/01 09:09am 1199 << your nonce Consider use return...
  21. EtaLasquera

    C# POST API call

    Too hardcore, try pass parameters in "Data" at actions proprieties of post block.
  22. EtaLasquera

    How to change string to int?

    Yes, the better and the only way.
  23. EtaLasquera

    Http Get with Headers

    Done by myself... LOL return ZennoPoster.HttpGet("https://cant_share_api_here", instance.GetProxy(), "UTF-8", ZennoLab.InterfacesLibrary.Enums.Http.ResponceType.HeaderAndBody, 999999999, //LOL "", "", false, 0, AdditionalHeaders: new...
  24. EtaLasquera

    Http Get with Headers

    I have a "big" key to add to headers: Bearer...
  25. EtaLasquera

    Http Get with Headers

    Sure... I need to add a raw data into a http get but I don't found any documentation about "how to add data" into a HTTP GET. In C# I can pass aditional headers.... Parameters I can pass by ZennoPoster.HttpGet("www.zennolab.com?myparams=xanis"); But... raw data...how to add data into a GET...
  26. EtaLasquera

    Http Get with Headers

    I'm trying to send a HTTP Get with params from C# code: return ZennoPoster.HttpGet("https://cant_share_api_here", instance.GetProxy(), "UTF-8", ZennoLab.InterfacesLibrary.Enums.Http.ResponceType.HeaderAndBody, 60, "", "", false, 0, AdditionalHeaders...
  27. EtaLasquera

    How to stop a running bot.. when it finds a file in folder ?

    Put a IF and use something like 1 > 2, this will return false and you bot will stop.
  28. EtaLasquera

    How to see this web page ? This poup is not opening in zennoproject

    I think you are doing that job to receive a good ammount of money. How much I'll receive to do that job for you? Nothing? Hun... thats not good. I already send to you a answer for you question, now you need to study and try develop by yourselv.
  29. EtaLasquera

    How to see this web page ? This poup is not opening in zennoproject

    Save the uploaded file into a know folder like user\desktop\MyTest Open the project from that folder. Execute project. Open the related folder. Search for files. Bingo.
  30. EtaLasquera

    Set variable in "To action designer"

    Just write in value {-Variable.myVariable-} and do a search.
  31. EtaLasquera

    How to see this web page ? This poup is not opening in zennoproject

    You must use post method.
  32. EtaLasquera

    Block number / block color when error

    Sometimes we make a project with java/c# code mixed with zenno variables. If we delete a zenno variable without change a code, in next project execution a c# error will appear and the project can't be executed. The error message shows the problem but don't show where is the problem, if we have a...
  33. EtaLasquera

    Version control

    Zenno is not a programation language, it's a interface to easy develop web scraping. Since it works like a development tool, we need a version control to easy rollback or control modifications in projects, it is a common part of some code softwares. We develop a lot of projects with more than...
  34. EtaLasquera

    How to save images from following website ?

    Search in page.dom <meta property="og:image" content="//photo.hotellook.com/image_v2/crop/784058279/1200/630.auto"> get outer html process text and get photo.hotellook.com/image_v2/crop/784058279/1200/630.auto process image and use url...
  35. EtaLasquera

    PC to recommend with Zenno

    We buy a amd ryzen 5 1600 with 6 cores 12 threads for U$900,00. Work like a monster!
  36. EtaLasquera

    Keep-alive header with GET/POST request

    Try this: instance.SetHeader("Connection","keep-alive"); instance.SetHeader("KeepAlive","true");
  37. EtaLasquera

    Help me on table processing

    Can't reproduce that.
  38. EtaLasquera

    Dockable Browserwindow

    +1 for browser dockable!
  39. EtaLasquera

    Help me on table processing

    Check your column separator in table proprieties.
  40. EtaLasquera

    Opening page without waiting for loading

    Yes, put tab loading with "zero" and after you make your check's, put a c# code... instance.ActiveTab.WaitDownload()
  41. EtaLasquera

    Tables binded to file problems

    Solved with project in project.
  42. EtaLasquera

    How to Get Project to Automatically Empty Trash

    You can create a file list from a directory and delete each file of that list, when the list don't have data, all files will be deleted.
  43. EtaLasquera

    Tables binded to file problems

    Hi guys! Here I'm looking for solutions (or creating new problems)! We are trying to move our projects to run in multithread and find a problem when a table is binded to file and the filepath comes from a variable: The table proprieties show contents inside the file but when I try to get line...
  44. EtaLasquera

    Reset bad end

    We need to reset bad end, please make a possibility to use a C# code to reset bad end count. Something like Instance.Badend.resetcount ===D
  45. EtaLasquera

    New discounts in Zenno Poster / Zenno Droid in this year?

    Yahowwwwwww!!!!!!
  46. EtaLasquera

    New discounts in Zenno Poster / Zenno Droid in this year?

    Let me understand.... if I buy another "pro" licence in the same e-mail I'll be able to open two Zenno Poster and six Project Maker with the same credentials?
  47. EtaLasquera

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

    Bump :S! There is a alternative way to a still execute with a bad end after one bad end?
  48. EtaLasquera

    New discounts in Zenno Poster / Zenno Droid in this year?

    We will receive new promotional discounts in this year?
  49. EtaLasquera

    Unzip files using ZP

    Use this project in project, maybe help you. Output path = Path Zip = Zip file complete path As example Zip = C:\Temp\Zipfile.zip Output path = C:\Users\Administrator\Desktop
  50. 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...