Jump to content
UBot Underground

Choose Latest Item On Page


Recommended Posts

I have a blog here, and i want ubot to be able to click on the latest blog on the page each time its created. On the right side you can see 3 blogs. How can i configure ubot to always choose the latest one at the top of the list?

 

see blog page here

https://speedcarsairports.blogspot.com/

 

Can i do a search for the title of the blog (which i have in a text file) and select the title based off that? or is there another way to do it?

 

 

Link to post
Share on other sites

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

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...