Недавнее содержимое от cesario678

  1. C

    How can I have multiple browsers?

    I’m having a problem. I need multiple browsers, all updated, and I need the entire fingerprint not to cause me any problems. My question is: I know that ZennoPoster now only updates Google Chrome. Does this mean that only Google Chrome from all the systems listed in the program is being updated...
  2. C

    How can I click and find elements inside an iframe?

    What I needed was quite difficult, but I managed it thanks to your tips—thank you.
  3. C

    How can I click and find elements inside an iframe?

    <div class="CDLayout2067515" style="...background-color: rgba(0,0,0,0.5)..."> <a href="https://vignoli.com/ghits/30356/..." class="CDButton2067515" style="...top: 58.01%; left: 29.28%...">Va</a> </div> This is what I need to click; I got it from the DOM. So first I need to click...
  4. C

    How can I click and find elements inside an iframe?

    Oh, and just to add: I also tried using image recognition to find and click the element. However, the buttons I need to click are transparent, and there are different colors and objects in the background, so image recognition never clicks the correct spot.
  5. C

    How can I click and find elements inside an iframe?

    I’m having a problem with an iframe block here. I can’t seem to find its elements at all. I managed to find the element, but it never actually clicks. Then I tried using an element outside the iframe: I get its coordinates and create a click at a position below or above that element. The...
  6. C

    Site freezing because of ads — can someone help me?

    hyy
  7. C

    Site freezing because of ads — can someone help me?

    I need the entire site to work; I’ve already blocked the ad using regex and everything else, but the problem persists. I’d appreciate it if there were another solution.
  8. C

    Site freezing because of ads — can someone help me?

    Guys, I’m having the following problem. I need to access a website, but it has a lot of Google ads and other ads, and the site is quite heavy. I’m using a proxy, but it freezes and stays stuck forever without doing anything on the site, as if it gets stuck on a function and never moves past it...
  9. C

    How to click everywhere except on a specific text?

    I haven’t tried it since these blocks keep changing. For example, they appear across 3 different sites or systems, but they’re never the same. I don’t want to target specific sites—I want it to never click on certain ones, and the list of sites to avoid will keep growing over time.
  10. C

    How to click everywhere except on a specific text?

    So guys, I’m having a problem. I’m using the click function, and it clicks on a banner on my site that loads via JavaScript. This banner has several options in it. I want to click anywhere except on the part where it says (text x). How can I do that? I’m using the default click function since...
  11. C

    Should one thread wait before accessing a folder until another one finishes modifying it?

    “Thank you for the help, but tell me how do I use it? Do I create a lock in C# before the function that I need to lock, and then when execution passes through it, will the function be locked for the other instances? Thank you.” “Thank you for the help, but tell me how do I use it? Do I create a...
  12. C

    Should one thread wait before accessing a folder until another one finishes modifying it?

    I would like to know how to implement a function to edit or read a folder in a multithreaded environment. How can I make one thread wait while another thread is editing or modifying the folder, while the other bots wait for the completion of the editing and analysis of a TXT or CSV file, for...
  13. C

    If I use normal click while emulating mobile, does it work?

    I would like to know if I set ZennoPoster to emulate mobile phones, and somewhere on a site I use the (click) function instead of (touch), does it generate a touch click or to appear as a mobile phone do I need to specifically use the (touch) function? I want to know this because I would have to...
  14. C

    Can I enable Android features in ZennoPoster

    I'm having a problem using ZennoDroid where my PCs get slow and I need multiple tabs and scaling. I would like to know if I can emulate these Android features through the browser in ZennoPoster: Native accelerometer, Native gyroscope, Native magnetometer, Proximity sensors, Ambient light...
  15. C

    check for text presence in multiple languages PLEASE

    Hello, I need to check 5 different types of texts on a specific page, and I’ve already built a function that works perfectly. The problem is that now I need this same page to support 20 different languages, and standardizing it to just one language isn’t an option. Could someone give me some...