Jump to content
UBot Underground

Upload External Image Link In Path To File


Recommended Posts

taking twitter as example

 

in the status i post the the message ... but to upload a image i have to either drag and drop the image or put its path on the add photo button ...manually when i click on add photo an then i put the external link for the image in the filename and click open. it uploads the image but while scripting i am unable to automatically fill the filename it doesn't even let me do type text or click on the pop...any solution .

      set(#mylinktweet, "http://mysitelink.com", "Global")
        set(#mypictweet,  "http://mypiclink.com", "Global")
        type text(<id="tweet-box-home-timeline">, #mylinktweet, "Standard")
        wait($rand(3, 5))
      
        click($element offset(<name="media_empty">, 0), "Left Click", "No")
        change file field(<data-original-title="Add photos">, #mypictweet)
Edited by littledevil
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...