Jump to content
UBot Underground

Click Random List Item Works, Navigate Random List Item Does Not?


Recommended Posts

Noob coder here guys cant figure out how to make this work.  I am scraping FB Group URLs to a list, I can than do a click random list item and it work fine.  BUT if I try to do navigate random list item instead of click random list item it does not work.  URL at the top of the bot for example just looks like something like this:  group/88475795 instead of facebook.com/group/88475795 if I try navigate random list item.

 

How can I add facebook.com/ to the last bit that I scrapped which is /group/88475795 and get navigate to work?

 

THIS WORKS:

add list to list(%grouplinks,$scrape attribute(<href=w"/groups/*">,"href"),"Delete","Global")

click(<href=$random list item(%grouplinks)>,"Left Click","No")
   
THIS DOESN'T:
add list to list(%grouplinks,$scrape attribute(<href=w"/groups/*">,"href"),"Delete","Global")
navigate($random list item(%grouplinks),"Wait")
Edited by myubo
Link to post
Share on other sites

check your list if its not a full url on teh list then fill in the blank.

 

From looks of what its scraping its not grabbing the full url as only part of the url shows for the site

 

add the http://facebook.com

before the random url assuming its for facebook 

Link to post
Share on other sites

I know its not grabbing full URL, thats what I'm trying to figure out.  I don't know how to add http://facebook.com to the beginning of the url.

 

Because when I'm scrapping facebook page for groups it doesn't have a full URL just partial.  So how do I tell uBot to add http://facebook.com the the beginning of each scrapped group?

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...