Недавний контент Adé

  1. A

    Projectmaker Keep crashing

    Hi, Projectmaker Keep crashing when I try to set up an "If" brick, or when template is running for first time on the brick "if". Had the same problem when trying to change some settings. have you faced this kind of problem already ?
  2. A

    Error : Failed to load some assemblies of the project.

    Hi all, Got this error message: Any idea how to solve this ? Thanks guys !
  3. A

    Шаблоны зеннопостер,автоматизация андроид приложений под заказ,так же обучение использование зеннопостер. телеграм @qzen4i, скайп areg77772

    I've worked with Areg ! He delivered an awesome work, far beyond expected, resolving problem i did not even think about. I highly recommand his services, he is an expert for sure ! Will work with him again !
  4. A

    Template to click at specific place in text area online

    Hi, I'd like to get someone to help me create a template that click in a specific place in a text area on an online text editor. > Identify sentences that are not finished with end point > Click at the the end of this unfinished sentence. > Click action button > Identify another sentence that...
  5. A

    Text Area - How to click at the end of a specific sentence ?

    Thank you very much for your explanation ! I start to understand. I'm trying to implement this in my template, and I suppose I need to change the variable in line 2: HtmlElement he = instance.ActiveTab.FindElementByAttribute("article", "class", "message-body", "text", 0); by something like...
  6. A

    Text Area - How to click at the end of a specific sentence ?

    HI BAZAg, and thank you for your answer. I'm trying to understand your C# code, but I can't :( I tried it, but It doens not click where I want. Can you please explain me your code, if you have time ?
  7. A

    Text Area - How to click at the end of a specific sentence ?

    Hi all, I'm working on a template using a online text area. I'm facing some issue on one action. I need to click at the end of a sentence on each article i'm working on. In the example below, I need to click and get the cursor where the red cross is. It's always the same thing on every...
  8. A

    How to C# CTRL + ENTER ?

    Hello, I need to emulate CTRL+ENTER, and I don't know how to do it ? I've seen we can do it in C#. Do you know how ? Thanks in advance :)
  9. A

    How to download CSV file ?

    Hi, Struggling in dowloading a csv file. Process is: I fill in information in a form, and then click on button "export" that generate a csv file and dowload it on my computer. How do we manage to dowload this file with ZP ? Thanks in advance :)
  10. A

    Nothing Happen when "Click Button"

    updated my ZP version, and now it's working like a charm !
  11. A

    Nothing Happen when "Click Button"

    Hi Lokiys ! Thanks for your answer. Problem is when clicking button, action does NOT give an error. It gives a success. That's why i don't understand where the problem can be.
  12. A

    Nothing Happen when "Click Button"

    Hi, I'm facing a weird issue. It should be an easy template but it's not :p Go to webpage 1, fill in blank from data in csv, then click on button "Next step" Go to webpage 2, fill in blank from data in csv, then click on button "Next step" Go to webpage 3, fill in blank from data in csv, then...
  13. A

    Problem copying directory

    Thanx lokiys ! Will try this :)
  14. A

    Problem copying directory

    Hello, I've always got problem on actions that seems the easiest. :) I want to copy a main directory (with all the subdirectories that are inside) to another place. Problem is: it properly copy the main directory but with only one sub directory inside. do you have any idea on how to...
  15. A

    How to replace Number by Text ?

    Hello, Noob question :) I have txt file with text. Inside this text I have some trash I would like to clean. I would like to replace some numbers there's in the txt file by a blank or some text. I've tried with a simple replace but it does not work. Do you guys have any idea ? Thanks :)