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

  1. D

    XMLHttpRequest to download file. POST/GET.

    I managed to access data, but not via page.LastDownloadFile (still didn't find info about this instance), just found how to make a right header request.
  2. D

    XMLHttpRequest to download file. POST/GET.

    I have not found this variable. I found a post about return it to ZP. Is there info how to use it? Thanks!
  3. 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...
  4. D

    Looking for ZennoPoster education

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

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

    Всем привет, После авторизации методом POST, получаю доступ к сайту. Но когда делаю переход внутри сайта, методом GET, получаю код страницы авторизации. В принципе анализ перехода по ссылке делаю также как и в случае с авторизацией, думал что сработает). Мне не совсем понятно что делать дальше...
  6. 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 =...
  7. 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...
  8. D

    Bugs in new version 5.25.0.0

    I have an issue in C# code block. It does not store changes after I edit code. I was working for about 2 days after the update, and it looks fine. However, today I have noticed that after I change code and run it, all my changes are getting back. Also, I tried to write code in an external...
  9. D

    Get Value block errors handling.

    Thanks!
  10. 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...