Jump to content
UBot Underground

Problem loading craigslist images.


Recommended Posts

Craigslist use an add / edit images button that opens up several other buttons. I do not think that this is java but im not sure exactly. Loading images has been hit or miss for me, sometimes it works, sometimes it doesnt. Should I load the images from a list and include the path?

Link to post
Share on other sites

http://screencast.com/t/gIqQY3gz

 

click(<id="imgbtn">, "Left Click", "No")
wait for element(<name="imgfile4">, "", "Appear")
set(#position, 1, "Global")
loop(4) {
   change file field(<name="imgfile{#position}">, "IMAGE {#position}")
   increment(#position)
}

 

load images into a list first.

then you can loop through the list in the loop shown above.

You will want to save the full path to the image for upload

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