Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 06/17/19 in all areas

  1. This is very old code, but some may still be usfull focus(<class="dropdown settings-icon pinned-target">) click(<class="dropdown settings-icon pinned-target">,"Left Click","No") change attribute(<id="customUrl_input">,"value",$find regular expression(#Post,"(?<=<Custom Url>).*?(?=</Custom Url>)")) wait for element(<class="dropdown-area icon_arrow_carrot_down pinned-target">,240,"Appear") focus(<class="dropdown-area icon_arrow_carrot_down pinned-target">) click(<class="dropdown-area icon_arrow_carro
    1 point
  2. I am late to the show on this, but it is good information to have for anyone. When using any ubot built-in browser than 21, your bot will generate a file named cef_browser_log.txt in the ubot studio folder (inside your roaming folder). That file gets bigger and bigger as your app runs and eventually drags it all to a halt that results in a crash. So, you need to setup a call to delete that file every so often while your bot is running. For example, you can put it in it's own thread so that it gets triggered and then waits x amount of time, and fires again and so on, while the bot moves
    1 point
  3. this is assuming that the most recent post will be the one closest to the top this was done using xpath navigate("https://speedcarsairports.blogspot.com/","Wait") add list to list(%gggg,$plugin function("XpathPlugin.dll", "$Generic Xpath Parser", $document text, "//ul[contains(@class,\"posts\")]//@href", "href", ""),"Delete","Global") wait(2) click(<href=$list item(%gggg,0)>,"Left Click","No") stop script if you dont know expath (like me), i suggest http://network.ubotstudio.com/forum/index.php/topic/17784-sell-%E2%96%BA%E2%96%BAxpath-builder-pro%E2%97%84%E2%97%84/?hl=xpath
    1 point
×
×
  • Create New...