Jump to content
UBot Underground

How Can I Use Ubot On This Website


Recommended Posts

Hello,

i want to create a bot for steemit.com but anything i try to do on this website does not work... ubot is crushing right away...

Is there any solution?

Or someone can tell me why this happens?

Link to post
Share on other sites

Hi No Crashing Issue on My Side

 

navigate("https://steemit.com/","Wait")
wait for element($element offset(<href="/pick_account">,1),15,"Appear")
wait(1)
click($element offset(<href="/pick_account">,1),"Left Click","No")
wait for element(<name="name">,10,"Appear")
wait(1)
type text(<name="name">,$account data("Username"),"Standard")
wait(1)
click(<value="CONTINUE">,"Left Click","No")

 

Try with V21

Link to post
Share on other sites

Hi No Crashing Issue on My Side

 

navigate("https://steemit.com/","Wait")

wait for element($element offset(<href="/pick_account">,1),15,"Appear")

wait(1)

click($element offset(<href="/pick_account">,1),"Left Click","No")

wait for element(<name="name">,10,"Appear")

wait(1)

type text(<name="name">,$account data("Username"),"Standard")

wait(1)

click(<value="CONTINUE">,"Left Click","No")

 

Try with V21

By any chance do you know how to make it click on the post upvote button when you are on the post page...the code from this site is very weird...it has more then one upvote buttons and i can't make it work with offset... any help will be apreciated

Link to post
Share on other sites

Screen resolution enables you to know how thick a 10 pixel line will be in inches. Pixel dimensions tell you what percentage of the available screen height will be taken up by a 10 pixel wide horizontal line.

Using jQuery you can do:

$(window).width()
$(window).height()

Link to post
Share on other sites

Screen resolution enables you to know how thick a 10 pixel line will be in inches. Pixel dimensions tell you what percentage of the available screen height will be taken up by a 10 pixel wide horizontal line.

Using jQuery you can do:

$(window).width()

$(window).height()

I don't think i can get you... the question was about clicking on one of multiple buttons with the same class, id etc....

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