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

  1. D

    XMLHttpRequest to download file. POST/GET.

    Hi, I need to download a csv file that is generated after filling form. This file is generated and returned by XMLHttpRequest. I found a variable that contains csv-data. How can I access this variable or emulate downloading this file? The page does not work with disabled js, and I cannot work...
  2. D

    Looking for ZennoPoster education

    Hi, I am looking for an expert in ZP. How much do you charge per hour?
  3. D

    Что делать после авторизации методом POST

    Всем привет, После авторизации методом POST, получаю доступ к сайту. Но когда делаю переход внутри сайта, методом GET, получаю код страницы авторизации. В принципе анализ перехода по ссылке делаю также как и в случае с авторизацией, думал что сработает). Мне не совсем понятно что делать дальше...
  4. D

    Cannot fully use returned string value from my function.

    Hi, I use a function in one C# block like /* Function to find a selller */ project.Context["CheckSeller"] = (Func<string>)(() => { //get brand name and counter from project ILocalVariable brand_name = project.Variables["brand_name"]; int counter =...
  5. D

    Sometimes cannot edit or type in C# block v5.25/v5.23

    Hi, I use cloud installed Windows 8 and have Zennoposter v5.25 & v5.23. I post about this bug in the bug report thread for 5.25 version. After the issue, I installed v5.23 (5.24 is not available for download because link leads to a txt-file). But the issue reoccurs. Again, my issue is with...
  6. D

    Get Value block errors handling.

    Hello, How to deal with errors when Get Value block fails in finding an element? Due to this, the whole project stops working. ZennoPoster scraps one particular page that has several appearances. So, for every case, I need an error handler. I found Dead End block, but it looks like it can be...