Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 09/05/21 in all areas

  1. @Urgent Enquirer, Yes, I know they make it not exactly easy to figure out. On the SERPs especially, they use the same classes a lot for the DOM elements and other things that make it hard selecting and interacting with desired elements. I did this for a rather educational purpose a few months back. Needs me more time to read through my previous code (have a lot in hundreds of files). Another user also asked this. As soon I have time to investigate my old code or do a new one, I let you know. Till then I can only say, it should be possible with some advanced XPath (combination of sel
    1 point
  2. @Urgent Enquirer, welcome. I would say always write the simplest and shortest code that works for you. I did no check to keep things as simple as possible. If no check needed, don't check. This is how a Google Privacy Consent Page looks like:
    1 point
  3. Hello @Urgent Enquirer, this is how you can handle G Search with UBot natively (without plugins): navigate("https://www.google.com","Wait") wait(3) comment("Click Google Consent Button if present") click(<class="tHlp8d">,"Left Click","No") wait(1) navigate("https://www.google.com","Wait") change attribute(<name="q">,"value","weather") type text(<name="q">,"\{ENTER\}","Standard") Feel free to leave a like if this helped you further.
    1 point
×
×
  • Create New...