Jump to content
UBot Underground

Move mouse function in ubot 4, anybody can help?


Recommended Posts

I can not find the "move mouse" in the ubot4, but it do has in ubot3.5, does anybody can help?

 

Does anybody run successful with posts on weebly.com? it need to drag the content on the html page before posting.

Link to post
Share on other sites

use image recognition would be the best bet

 

 

Pftg4

 

it should not like that, i need to move to coordinate, some what like in the ubot3.5, to use in weebly posting, which needs drag the element to post.

Link to post
Share on other sites
  • 2 months later...

Not likely...by having that feature you can't do anything else on your computer...you touch one other thing and it breaks the bot (you have to leave the mouse alone while it runs with that feature)...not very reliable, therefore you are not likely to see it in v4

 

 

John

Link to post
Share on other sites

Yea, your right about that, I noticed that myself.

 

Then, how would you copy the text to the clipboard in UBot 4?

I can't get the java to work either

Link to post
Share on other sites

Scrap to the clipboard? I don't know how to do that.

I need to scrap the contents of a text file to clipboard, so I can paste it in a website

 

Why don't you just add the contents of the text file to a list, then paste it into the website from the list?

Link to post
Share on other sites

Or just use the $read file feature. You are overcomplicating it by a mile...you can already read the contents of a file to anything you want (except the clipboard, which you don't need).

 

 

ui open file("File to Read", #file)

navigate("http://ubotstudio.com/playground/simpleform.aspx", "Wait")

change attribute(<about me textarea>, "value", $read file(#file))

 

 

John

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