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

  1. Alouka

    Run List List is empty

    Resolved :) It was due to fast DOm loading so regex => empty List :)
  2. 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
  3. Alouka

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

    My issue was dynamic parent directory path not the project one. Thank you for reply :)
  4. Alouka

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

    Resolved : i added list processing> save to file then a delete all for clearing project list lines :)
  5. 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 ...
  6. Alouka

    Browser "Back" button

    I see, but this hasn't the same effect as a real back i think.. thank you
  7. Alouka

    Browser "Back" button

    Doesn not work for me for some sites...
  8. Alouka

    Zennoposter bug

    Thank you for help, it was just gac without any reference ... it works now :) and i unified my programs version 5.9...
  9. Alouka

    Zennoposter bug

    yes it runs in projectmaker
  10. Alouka

    Zennoposter bug

    in another computer it works well; but on this one no !
  11. Alouka

    Trial period has expired ???

    I have never had a demo version sir :)
  12. Alouka

    Trial period has expired ???

    Done, but does not work Type Time Message 15:56:13 "Code compilation System.IO.FileNotFoundException: Le fichier spécifié est introuvable. (Exception de HRESULT : 0x80070002) à System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)...
  13. Alouka

    Trial period has expired ???

    Of course that done ! But sometimes i'm faced with this issue, i restart the computer and it works... anyway, can you please check my other post : http://zennolab.com/discussion/threads/zennoposter-bug.21779/ Thnx
  14. Alouka

    Zennoposter bug

    I found that on logs any idea ?
  15. Alouka

    Zennoposter bug

    It is under Windows server 2012 is it compatibility issues ???
  16. 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..
  17. 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..
  18. Alouka

    Get instance

    I'm trying to get the actual instance object in C#. Thank you Rosto ;)
  19. Alouka

    Get instance

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

    Is it possible to downgrade from pro to lite ?

    No it is ok, i already have 2 pro, and i will finally buy a new lite one :) I was thinking about downgrading one of them Thank you !
  21. Alouka

    Is it possible to downgrade from pro to lite ?

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

    Capmonster Connector

    Ok thank you i will give it a try ;) interesting
  23. Alouka

    Capmonster Connector

    Ah, i should run capmonster beside of project maker ?
  24. Alouka

    specific snapshot

    But i need just an element from the page..
  25. Alouka

    specific snapshot

    Thank you, but when i click right click there is no more this is captcha :((
  26. 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
  27. Alouka

    specific snapshot

    Wrong ?
  28. Alouka

    specific snapshot

  29. Alouka

    specific snapshot

    Yes ! when i do as you said with this is captcha, when i run the right bottom panel appears asking for manual entry etc.. and no image generated
  30. Alouka

    specific snapshot

    hello Rosto, I have tried but why is it asking me to open the manual etc ...
  31. Alouka

    specific snapshot

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

    how to connect on passwordless proxy

    Thanks In fact, it was compulsory to whitelist my IP... that's why it doesn't work at the beginning now it works thank you all ;)
  33. Alouka

    how to connect on passwordless proxy

    http
  34. Alouka

    how to connect on passwordless proxy

    I have tried.. doesn't work :/ may be my proxy sucks.. Thank you :)
  35. Alouka

    how to connect on passwordless proxy

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

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

    But how to count the number of successes.. i didn't understand it well
  37. Alouka

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

    Super ! Thank you :)
  38. Alouka

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

    But is there any way to make a project run the number of success required ? at the end of each template, it counts success lines in log file, then decide if achieved or not yet... ?
  39. Alouka

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

    Thank you
  40. Alouka

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

    I know, but i wonder if there is a manner to really count success times in log file etc...
  41. 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.
  42. Alouka

    How to delete n items from list

    Thank you i will informe you / test result
  43. Alouka

    How to delete n items from list

    Soo Nice ! Thank you. For the browser engine bugs any ETA ? :)
  44. 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
  45. Alouka

    Login to ig

    Good luck
  46. Alouka

    New browser engine

    I agree, i faced these problems today with a website login that redirect.... Please consider to correct the browser engine bugs !
  47. Alouka

    Login to ig

    Downgraded and it worked for the same website.
  48. Alouka

    Login to ig

    Problem confirmed for me too with another login on another website. Any workaround ?
  49. Alouka

    How to emulate Zoom

    In fact, i want to make web page zoom with c# or keyboard emulation any idea ? For one key it is possible with : string result = Emulator.SendKey("Window", 200, 200, System.Windows.Forms.Keys.Add, KeyboardEvent.Press); but not for CTRL with '+'
  50. Alouka

    How to emulate Zoom

    On keystroke emulation ??