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

  1. EtaLasquera

    How to get Data from "Ctrl + C"

  2. EtaLasquera

    Projects does not start new thread automaticaly

    We set timeout to 600. Sometimes (80% of times), timeout not work too.
  3. EtaLasquera

    Projects does not start new thread automaticaly

    When released Timeout (5.16~5.21) the timeout start when there is no action in browser. Current timeout is maximum time to execute, not timeout.
  4. EtaLasquera

    Projects does not start new thread automaticaly

    Due to problems with tasks never end we are running everything in one thread. If I need restart a Thread at this time, I need to right click and select interrupt. Due to memory usage, run multithread with this bug is impossible for our scrap since a thread end and keep browser running.
  5. EtaLasquera

    Projects does not start new thread automaticaly

    I think this is not client side. We still run a 5.29 ZP due to compatibility changes and the old version who don't have this problem now is with the same problem. About timeout, old versions timeout = no actions in browser after "x" seconds. Current timeout = maximum time for project to execute.
  6. EtaLasquera

    Bugs in version 7.3.2.0

    I need to rework my brain due to use enter instead of tab.
  7. EtaLasquera

    Projects does not start new thread automaticaly

    I have too many tasks who end the execution and stop to work. The new task start only If I interrupt completed task and start it again manualy. Sorry for bad screenshot, i'm a bad mspaint user. I have 10 threads running, 92 new repeats to do. The project ends at 13:26. At 13:33 the thread keeps...
  8. EtaLasquera

    How to track errors of simple true false blocks?

    Version 5.29: If no one action was executed inside project for x seconds the timeout parameter stop project with error. Now: The project stop after certain time if web browsing or no.
  9. EtaLasquera

    How to track errors of simple true false blocks?

    baseLog-ZennoPoster.txt -------------------------------------------------------------------------------- [2021-06-21 08:27:17.8250]||System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at net.pipe://localhost/BaseService/1431905789/BaseEndPoint/1431905789 that could...
  10. EtaLasquera

    How to track errors of simple true false blocks?

    Since last week we start to get a lot of errors while execute projects in zenno poster, note, in pm the erros have never been found. Today I start to map that errors and I found a lot of errors like this: ZP log: From PM: 14.1 never goes to 15 or 15.1. This is a sample problem, I have o...
  11. EtaLasquera

    User Interface Improvement Suggestions

    Allow us to resize SQL request text box like older zenno, or simple make it bigger. ZP 7: ZP 5.16
  12. EtaLasquera

    DateTime parse problems after update version

    For a strange reason on the same operational system and same computer, versions 5.45 and earlier the result of a date time parse works fine and 5.46 and newer not work. If not a bug, this is a bad implementation: overide system language settings and use only one.
  13. EtaLasquera

    DateTime parse problems after update version

    Solved, move to bugs.
  14. EtaLasquera

    Bugs in version 7.3.0.0

    "Download to" need bizarre change to allow download file into a network path: instance.DownloadsPath = @"\\192.168.1.200\tempfolder\mytictac"; Will download to c:\192.168.1.200\tempfolder\mytictac Solution: instance.DownloadsPath = @"\\\\192.168.1.200\tempfolder\mytictac";
  15. EtaLasquera

    Bugs in version 7.3.0.0

    Date time expressions do not respect system date time format. //System Date Time = dd/MM/yyyy DateTime dt = DateTime.Parse("01/12/2020"); project.SendInfoToLog("D: "+dt.Day.ToString()); project.SendInfoToLog("M: "+dt.Month.ToString()); project.SendInfoToLog("Y: "+dt.Year.ToString()); 5.45 and...
  16. EtaLasquera

    DateTime parse problems after update version

    Hi guys... we upgrade from 5.16 and 5.29 to 5.47. All our projects with datetime.parse functions became to error, the problem is culture info.... Our system date time format: dd/MM/yyyy Old projects: DateTime dt = DateTime.Parse("01/12/2020"); project.SendInfoToLog("D: "+dt.Day.ToString())...
  17. EtaLasquera

    FullEmulationMouseMove or Rise Click Event ?

    If you need to draw something FullEmulationMouseMove is usefull, for another cases (99% of cases) rise click work fine.
  18. EtaLasquera

    [Help] - Rise > Click, apex.submit event

    Thank you for help. It's usefull! Thank you! you given me a great assistance, my licenses are now updated. Happy christmas.
  19. EtaLasquera

    [Help] - Rise > Click, apex.submit event

    Solved.... the profile must be russian.
  20. EtaLasquera

    [Help] - Rise > Click, apex.submit event

    God damn! As I said... I try in a lot of versions. I'll try change region / add proxy from russia or china.
  21. EtaLasquera

    Template problem

    You must have a newer version to use that file.
  22. EtaLasquera

    [Help] - Rise > Click, apex.submit event

    Still not work. The action "click" work but it does nothing. If you look the trafic tab, the action click don't do anything. If you try to do a lot of manualy "click" in the same button inside the browser, the same action don't do anything. If you do the same action in any navigator it will...
  23. EtaLasquera

    [Help] - Rise > Click, apex.submit event

    The click works, but it doesnt execute any type of interation with browser. After click it must show "invalid login / password" and execute at least one get, like that image: Tried that settings and still the same, no actions execute on traffic tab and "click" don't execute anything.
  24. EtaLasquera

    Account creator - write to txt file

    There is a lot of answers for your question in this forum. You can use the search button.
  25. EtaLasquera

    [Help] - Rise > Click, apex.submit event

    I need to do a simple "click" in this page to know if user/password are wrong but inside zenno, rise click / javascript submit does not work. Here is the page: https://wizeo.focogroup.com/ords/f?p=1511:101:#no-back-button Tested on: ProjectMaker EN 5.9.1 ProjectMaker EN 5.16.2.0 ProjectMaker...
  26. EtaLasquera

    Firefox 52x64 is latest FF for ZP?

    idk why they don't update to a recent build, sometimes we need to do some tricks to try enter sites with mozila/geeko engine Maybe they are doing the best to put chromium engine instead mozila/geeko.
  27. EtaLasquera

    User Interface Improvement Suggestions

    Counting coins to update all versions to latest version...
  28. EtaLasquera

    70000 lines copy and paste

    Copy and paste long text values sometimes take a time. Consider put every line of website text into one line of a list. Sure, you will have a list with 70k rows but you can manipulate it easy.
  29. EtaLasquera

    User Interface Improvement Suggestions

    PM UI: Allow select opened projects from a dropdown box instead current < left right > buttons. Reason, sometimes we have more than 10 projects open and navigate between projects sucks.
  30. EtaLasquera

    Connect sFTP

    Since you can't control external programs, I believe work with sFTP inside Zenno Poster is a best solution but Zenno does not work with sFTP with certificate, batch file is current only one solution. Thanks for attention Yann.
  31. EtaLasquera

    How to insert a variable inside an xpath?

    https://zennolab.com/discussion/threads/xpath-universal-c-step-for-work-with-elements.36294/ You will never be able to use c# code inside variables.
  32. EtaLasquera

    Android Automation without Intermediary. Part I.

    Thanks for share! Thats great!
  33. EtaLasquera

    [VIDEO] Real Browser Mozilla vs Project Maker Mozilla doesn't work same. How to fix?

    Have you tried update profile user agent to the same of version of your mozilla?
  34. EtaLasquera

    Connect sFTP

    Up.
  35. EtaLasquera

    Connect sFTP

    Yes, work fine in winscp. For now we use a batch file to automate donwload/upload. Get errors from batch file / external programs is not cool.
  36. EtaLasquera

    versioning of template

    We use https://tortoisehg.bitbucket.io/ Since zenno does not have "code" I don't think we will can't access to git.
  37. EtaLasquera

    Connect sFTP

    Still without solutuion. Server, pass, user, port, conn type, etc its everything ok. Zenno Poster can't login on sftp and yeah, por is the same of FTP service, but it's sftp.
  38. EtaLasquera

    Connect sFTP

    Thanks for trying to help yann. I already do everything and all of my tries result in error: "Failed to connect with FTP host sftp1.sftpsite.com Failed to connect to FTP node sftp1.sftpsite.com" The error occours with C#, with FTP con block, etc. I'm talking about sftp. Usualy sFTP requires a...
  39. EtaLasquera

    CPU for Zenno Machine: Intel i7 vs AMD Ryzen

    It's time to run on 24 threads lets wait for 4900 on the end of the year!
  40. EtaLasquera

    Execute javascript code on website

    Yes you can.
  41. EtaLasquera

    Connect sFTP

    Up
  42. EtaLasquera

    A few questions about the Zenno Droid software

    All your questions have the answer in product page, read with atention. Teach me how to create a money machine.
  43. EtaLasquera

    Connect sFTP

    Up
  44. EtaLasquera

    How to make page load fully before proceeding to next step

    c# instance.WaitDownload();
  45. EtaLasquera

    Best way to take one line at a time from excel file

    Import microsoft interop excel dll and be happy
  46. EtaLasquera

    Is it possible to send an email when the bot stops with an error?

    Put a bad end logic. Connect bad end to a e-mail send script. c# code to send email: //from to cc var fromEmailString = "[email protected]"; var toEmailString = "[email protected]"; var cc = "[email protected]"; //con string var login = "smtpuser"; var password = "smtppass"; var server = "mailserver"; int port...
  47. EtaLasquera

    How can I get only the first 3 letters of a variable?

    Inside Data > Text processing > Substring {-Variable.myvar-} Substring from 0 to 2 (0=1; 1=2; 2=3)
  48. EtaLasquera

    Connect sFTP

    Hy guys, I already connect a lot of ftp sites but today I need to connect sFTP and don't plan to use the old wincsp. When I connect in Filezilla, after connection I receive a message about certificate and the connection start only after I accept that certificate. Zenno never show a option to...
  49. EtaLasquera

    How to multithread in zennoposter? (noob question)

    Your first block must be a action "get line from list" or "get line from table". The related table or list must be bind from file. I got the same problem 2 years ago, I have never got a good answer.
  50. EtaLasquera

    How to add two different variables into one csv file with two columns ?

    Just use addline with you variables and his values.