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

  1. C

    To hide or show fields in the input settings

    "In the input settings, is there an option that, when selecting a value, such as true or false, it hides other fields in the input settings or adds new fields to be filled out?"
  2. C

    How to use multi-selection? Please help.

    Thank you. It worked partially. It now retrieves information from the variable where I defined all the options when initializing the bot. However, when it comes to displaying the list, the list doesn't separate the options; it keeps all the options together separated by commas. In the list...
  3. C

    How to use multi-selection? Please help.

  4. C

    Run multiple threads, and the first one to open the site makes all the others stop running. Help

    Is there a way to run the bot with multiple threads, like around 20 threads, and when the thread that enters the site first, it locks all the other threads so that only the one that opened the site first can be used?
  5. C

    How to use multi-selection? Please help.

    I have a problem. When I start the bot, I added a multi-selection. In this multi-selection, I included several cities from around the world, and I always choose 5 cities. When I look inside the bot within the variable, these 5 cities appear separated by a comma. When running the bot with a...
  6. C

    To send a message to my email or cellphone or another location?

    error link
  7. C

    To send a message to my email or cellphone or another location?

    I would like my bot, when it's finished, to send me a message, whether it's through SMS, email, or any other way to notify me, such as WhatsApp. Can someone give me some guidance on how to do this?
  8. C

    Scraping to retrieve the city of an IP proxy

    thanks
  9. C

    Scraping to retrieve the city of an IP proxy

    Thank you, you saved me. now another question. how do i delete everything before "city" and everything after "zip": to just keep the city in the variable. thanks.
  10. C

    Scraping to retrieve the city of an IP proxy

  11. C

    Scraping to retrieve the city of an IP proxy

    I would like to retrieve the city of an IP proxy without navigating to a website using a browser. I've seen a solution here in the forum on how to get an IP address using C#, but I would like to obtain the city of the IP as well. Could someone help me accomplish this? I'm not experienced in...
  12. C

    How to find an element on the page that changes all the time?"

    I'm dealing with this website and this URL https://landing.ibmr.br/cursos. I'm looking for its element, and the only thing that appears is the ID, and the ID changes every time I click and enter this page. The question is, how can I find the element every time?"
  13. C

    Removing everything before and after a word, does that help?

    Hello, could someone help me? I'm using the GPT chat API and I'm receiving this message: { "warning": "This model version is deprecated. Migrate before January 4, 2024, to avoid disruption of service. Learn more https://platform.openai.com/docs/deprecations", "id"...
  14. C

    Compare file in string with content of a txt file

  15. C

    Compare file in string with content of a txt file

    Friend, I already use this, but it takes one by one from a list with over 10 thousand lines, which makes it take hours to find everything. I'm looking for a way to do this in seconds.
  16. C

    Compare file in string with content of a txt file

    From what I understood, this function you provided will process line by line, correct? Is there no way for it to read the entire file at once and check if it contains the same content as a specified variable?
  17. C

    Compare file in string with content of a txt file

  18. C

    Compare file in string with content of a txt file

    Where do I put this code? In JS or C? Where the word myIP is, do I put my variable?
  19. C

    Compare file in string with content of a txt file

    Could you help me with this model? I have no idea how to set up this file call, and have it go through this regex, I looked at Zennoposter and got confused on how to configure it
  20. C

    Compare file in string with content of a txt file

    I'm having a problem. I have a txt file with 1000 lines of IP addresses. I would like to extract the IP address I am currently using from a string, and compare it with the 1000 addresses in the file without having to do it one by one. Doing it manually is taking too long. Is there a way to...
  21. C

    Playing audio on websites or YouTube is possible?

    Is there any way for my bot to play sound? I want it to go on YouTube and play video x with audio when I'm running the bot. Is that possible?
  22. C

    How to zoom in and out

  23. C

    How to zoom in and out

    Hy
  24. C

    How to zoom in and out

    "Hello, I would like to know how to zoom in on a page or distance the entire page by removing the zoom. Is this possible? If so, how do I do it?"
  25. C

    I have the problem This site can't be reached even using C#

    "Hello people, I'm using a multitread bot with residential proxies and I'm having a lot of errors (This site can't be reached), sometimes on the second page of the project, and sometimes on the third page, which prevents me from completing the project. I added the following code in C# at the...
  26. C

    Questions about multithreads

  27. C

    Proxy localition

  28. C

    Proxy localition

  29. C

    Questions about multithreads

    "I apologize for not understanding you 100%, I don't speak any English and I'm using a translator to communicate. So, are you saying that I should put the "bad end" without connecting it to anything, and connect the "load url" error to the "add line" list? Will that work?"
  30. C

    Questions about multithreads

    Can you check for me if it's correct, just like in the image? I added the (bad end) together with the function, but whenever there's an error in the bot, it doesn't go to (badend). So I added it there, it reads the URL, and if there's any error, it goes to the function of playing the link again...
  31. C

    Proxy localition

    Hello, I have a question. Can someone help me? Is it possible to add a function to my bot that can detect the location of a proxy without me having to manually check a website and then take action based on that? In this case, I need to know where my IP (proxy) is coming from. Is there any C#...
  32. C

    Questions about multithreads

    Thanks
  33. C

    Questions about multithreads

    Thanks
  34. C

    Questions about multithreads

    "Thank you for your help. I didn't quite understand, sorry. So, if I put a "read URL" option and next to it a "logic" option, if there is an error, does it go back to the option of adding the URL back to the file?"
  35. C

    Questions about multithreads

    "Thank you for your help. I didn't quite understand, sorry. So, if I put a "read URL" option and next to it a "logic" option, if there is an error, does it go back to the option of adding the URL back to the file?"
  36. C

    Questions about multithreads

    Hey guys, I have a question. I created a bot to perform some repetitive functions, and it works fine with a single thread. However, when I run the bot with multiple threads, I encounter some problems because I need it to read and delete the URL at the beginning of the bot, but the URL doesn't...
  37. C

    I don't know anything about C#, but how do I scroll the mouse up and down in Chromium?

    Vou testar, obrigado.
  38. C

    Reload/Refresh Webpage

    Thanks save my
  39. C

    I don't know anything about C#, but how do I scroll the mouse up and down in Chromium?

    Is there any way to make this code faster? that is, does it scroll faster on the screen?
  40. C

    How can I extract all the content of the page

    How can I extract all the content of the page, even the content that is not displayed on the screen? I am trying to extract the data from chatGPT but it only extracts the content that is displayed on the screen, and not the content that I generated before which is higher up on the display screen.
  41. C

    I don't know anything about C#, but how do I scroll the mouse up and down in Chromium?

    I would like help, I need a code or a way to scroll the mouse wheel up to zoom in the page, and another code to remove the zoom from the page in the Chromium browser, because I am trying to extract an article from the site, and it only extracts the piece that it is reading on the screen.
  42. C

    Doubts click http get, http post

    Hello everyone, first I'm sorry for the English. I would like with the Http post or Get I could click on the button on this page. https://www.ipqualityscore.com/free-ip-lookup-proxy-vpn-test/lookup/ it's possible? this site it sees the quality of my ip. I inside the http get or post I put it...