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

  1. Alouka

    Run List List is empty

    I'm getting this error : Run List List is empty action ID : 810dce0d-b518-4418-903f-34ad19615021 Any idea ? Thank you
  2. Alouka

    [resolved] How to write on a file on parent folder

    Hello, i want to write to a file in the project parent folder, i proceed by doing this : var workingDirectory = project.Variables["path"].Value; var di = new System.IO.DirectoryInfo(workingDirectory); return di.Parent.FullName; And in my list i set the file to the csv file ...
  3. Alouka

    Trial period has expired ???

    This message occurs sometimes :/ although i paid everything and i have the pro + updates ... When i restart my computer it works again but this is frustrating..
  4. Alouka

    Zennoposter bug

    When i add many projects in the Task manager...after some hours it seems to stop working, and the screen become blank :/ and when i check projects logs there is no new entries..
  5. Alouka

    Get instance

    is there a way to get the actual instance object ?
  6. Alouka

    Is it possible to downgrade from pro to lite ?

    Hello, Is it possible to downgrade from pro to lite ? thank you ;)
  7. Alouka

    Capmonster Connector

    I tried this process : http://zennolab.com/wiki/en:addons:capmonster:rc2?s[]=recaptcha2 but i'm getting exception : Answer not received. I think the problem is about the path of the connector .exe file
  8. Alouka

    specific snapshot

    Hello, How to take a screenshot of a specific page element ?
  9. Alouka

    how to connect on passwordless proxy

    Hello, I have proxy without login / password how to use it on Zenno ? Thank you
  10. Alouka

    How to count number of lines that starts with...

    Hello, I have a log csv file that i want count number of lines that the two first columns value ar A B for exemple.
  11. Alouka

    How to delete n items from list

    hello I have a list, i want to delete certain number of items starting from a line number exemple : i want to delete all except 3 first items
  12. Alouka

    How to emulate Zoom

    Hello, I'm searching how to do zoom (ctrl / +) emulation on a webpage Th
  13. Alouka

    Gmail connection

    Hi all; Anywone succeed to connect to gmail accounts ? Thank you
  14. Alouka

    Get all lines of a list

    Hello :) how can i get the content of the list (all the lines) to a variable or a string ? Thank you
  15. Alouka

    DropDown select

    Hello :) Is there any way to search for a value in a dropdown select box and select it ? (not by index) Thank you !
  16. Alouka

    Google change its code per user-agents

    Hello Any one knows how to deal with the differences in source code of Google search whe whe change the user agent ?
  17. Alouka

    Issue project Maker

    Hello, My template has an if statement at last step if yes will proceed with new template iteration (loop). When running step by step it works and do what is expected (writes in an output file etc) but when running it on 'Play' mode it doesn not write in file neither variables are actualising...
  18. Alouka

    Regex for numbers

    Hello :) How to regex one or more numbers, \d+ not working ..
  19. Alouka

    Get the number of indexed results for a query

    Hello Zennoers; I'm trying to get the number of results indexed for a query on google... i'm trying to get the number in id="resultStats"> tag but it dosn't work with regex... Please anyone could help ? Thank you :)