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

  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

    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.
  3. 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
  4. 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...
  5. 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.
  6. 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)...
  7. K

    reduce ram usage?

    Hello everyone, I would like to know how to reduce my RAM usage when I run multiple processes. For example, I just launched a single thread and my RAM increases without going down. I thought saving the scrapper items and then clearing them would reduce ram usage but that does nothing. Do I have...
  8. K

    how to delete Space in value ?

    hello, I don't understand I can no longer remove spaces with text processing. is there another method? thank you
  9. K

    how to make the "authorization" window appear in javascript when launching the web page

    hello, I would like to know how to make this window appear? I have to manually select the url address bar to restart the page load to make it appear. I know that I then have to fill in "javascript authorization" but I can't find how to make it appear. thank you
  10. K

    Download video from "src = link"

    Hi all, I would like to record videos from a link found on a website. How can I proceed? I can't do a Ctrl + S maybe my code is wrong? instance.ActiveTab.KeyEvent("s", "press", "ctrl"); Or is there another method that I don't know about? Thanks in advance
  11. K

    Fast loading of a web page

    hello everyone, I would like to know how can I reduce the loading time of a web page, I removed the display of photos but the page loading time is essentially the same as with or without. What else should I remove knowing that I only want to do data scraping. thank you very much and good day
  12. K

    files for upload bug in multi-thread zenno ... bug ?

    Hello, I think I have a bug with Zennoposter. I created a script that adds photos to a server. When I run the script on Project Maker, I have no problem, however if I run the script on Zennoposter, the photos are uploaded in different orders: Example : Folder 1: 1.jpg,3.jpg,5.jpg, 7.jpg, 9.jpg...
  13. K

    select a line and delete it on a form to modify

    Hello everyone, I would like to know how to delete a line that I previously wrote and saved in a form and then validated. I tried to select the zone and then click on "shiftup" with the emulation of the keyboard but it does not work. I noticed that there was also no "delete" key in the...
  14. K

    path dynamic list bug ?

    Hello, I have a problem when I created my script for the first time it works but when I restart it, it no longer works. the script calls lists with a name of "value" example c://user/zenno/[value].txt the "value" is recovered during a scrapping. for example: "value" = Porsche so it must...
  15. K

    possible to reload variable in "IF" ?

    Hello, I would like to know if there is a method to "reload" the variable. Let me explain, I have a long series of if to test so I created it under google sheet to save my time. example: "{-Variable.test-}" == "hi" || "{-Variable.test-}" == "hello" etc... if I paste my text as it is in...
  16. K

    calculation syntax

    Hello everyone, if i want to create a c # module which computes values between it and then create output value in zenno how can i do that? I know the resulting value is a "string" so I have to convert it to "int" so the code will give this style? var number1 = int.TryParse ("project.Variables...
  17. K

    switch ?

    Hello, I would like to know if it is possible to make a list and import it into "switch"? thanks in advance
  18. K

    cut a series of words into a list

    Hello, how could I split a sequence of words (for example a title) in the form of a list. 1 title word in each new column (or row) thank you
  19. K

    word verification prohibited in a text?

    Hello, I want to create a template that checks if there are words of the type "insults" or proscribed word in texts. Can I do it with zenno? Thanking you
  20. K

    problem with "Project.Directory" i think

    hello, I have a problem with the path when I save a file. I had made the "template" for the first time with a different access path and when I made a version "2" I created a new path. The problem is, he refuses to follow the right path. For example : New path : {-Project.Directory -} {-...
  21. K

    how can I do ?

    Hello everybody, I would like to know if you know a method via zennoposter to perform a "keybord emulation" action following a number of a variable. Say I have 32 photos at donwload, fetch variable 32 with regex method, and want to press 32X right arrow, what can I do? (numbers may vary on each...