Недавний контент Katana

  1. K

    How to Send a GET Request with Authorization and Credentials?

    Hello, I would like to know how to send a live GET request to a server for which I have the permissions. At startup, I need a "JavaScript Authorization", and then I must insert credentials to be able to connect. Do I have to go through the browser necessarily, or can I make requests directly...
  2. K

    Chatgpt Error

    I find the answer Use Chromium
  3. K

    Chatgpt Error

    Hello everyone, I currently have an issue on Chatgpt. When I try to retrieve a page, it shows me "Oops, an error occurred!" with a "Try again" button. I can't retrieve anything. When I load the element, it displays this page. Any ideas? Thank you.
  4. K

    Download .pdf in javascript website.

    Hello everyone, I would like to know how to download a file via a Javascript page. I can't get a link to do a get-request. Thanks
  5. K

    Problem with c# script

    Thank you so much @BAZAg
  6. K

    Problem with c# script

    Thank you very much, I don't have any more errors with your script but I don't understand because the final value remains unchanged, was I in the wrong library? The value returned remains unchanged
  7. K

    Problem with c# script

    Thank you @BAZAg I will try
  8. K

    Problem with c# script

    I had forgotten to add the return command so I added it however I still have the errors in my script. using System; using System.Net; class Program { static void Main(string[] args) { // Exemple d'entité de caractère HTML string htmlString =...
  9. K

    Problem with c# script

    Hello everyone, I have a small question for a small script in c# that I can't get to work, I have a problem when I do scraping I have values with codes "&#x27" which represents an apostrophe " ' " in reality. According to my research the library "System.Net.WebUtility" that could allow me to...
  10. K

    chatGpt

    Hello everyone, I am trying to program a script on ChatGpt but it immediately detects that I am a robot. Is there a way to use it with zenno? Thanks in advance.
  11. K

    data scraping on a full javascript site?

    Thank you @VladZen and @lokiys
  12. K

    reloading xlsx table

    Hello, you can use "bind to the file" with the same path
  13. K

    data scraping on a full javascript site?

    I can't right click on the page to see the Xpath or any data on the site because it is 100% javascript. Chrome does not allow me to right click on the page to analyze the Paths. Zenno doesn't find the paths either, I was just wondering lately how to deal with a 100% javascript site and I just...
  14. K

    data scraping on a full javascript site?

    Hello everyone, would anyone have an idea on how to get all the pins from the site so I can scrape the data inside? I tried with "Parse data" or with the Get method (action designer)...
  15. K

    Issue after sending project to Zennoposter.

    it seems that your error comes from your loop, did you try to make your loop work directly in the maker project?