Jump to content
UBot Underground

Randy Role

Fellow UBotter
  • Content Count

    69
  • Joined

  • Last visited

Everything posted by Randy Role

  1. hey guys, I'm trying to create a simple bot which goes to a specific twitter page, and clicks the link in the tweet. When I click the link, an iframe popup appears with no text in it, and I can't get over it to be redirected to the site. Here's what I get: http://www.screencast.com/t/WLuCEgtN Any ideas what's the problem?
  2. So in v4 there's no difference between threads and in new browser?
  3. Hey guys, so I read this post back from April 2010 (lol), and I didn't fully understand the difference between doing something in different threads than in different windows. Is this a correct example? I want to login to facebook with three accounts. I login with account A using chrome. If I open a new chrome window, I'll be already logged in to account A, so to login with account B, I'll need to open up firefox, for example, and to login with account C, I'll need to open up a IE? So each thread in ubot is alike a different browser?
  4. I see.. and is there another command which does the same as the click command?
  5. It works! Thanks everyone! What's the difference between the type text and change attribute? is it recommended to use the change attribute over the type text?
  6. Nope! I searched for info how to use it, but I can't find any. I did find info about 'change chosen attribute', but regarding to scrape info.
  7. Already tried that, no success. I also tried using the click command to click the textbox before the type text command, but no luck as well.
  8. I'm using the type text command to write text to a text box, but it doesn't work all the time for some reason. When it doesn't work, it just jumps through it and continues with the script. The text is taken from ui textbox and it's never empty. I can't find the problem. Any ideas? Thanks in advance!
  9. Hey Frank, thanks for your reply! Unfortunately, creating a long timeout doesn't help. I'm using proxies for this bot, so the page gets stuck sometimes. I tried a timeout of 240 seconds and it still gets stuck sometimes. Do you know of a way I can have a timeout of, say, 30 seconds, and in case the element doesn't show up, it refreshes the page and waits for the element again? (and so on until it catches the element) Thanks
  10. Hello, I'm using the wait for element command, but if it takes too long for the element to appear, it just moves on and it screws my bot flow. So what I have in mind is making an IF expression so if the element doesn't show up, it reloads the page and checks if the element appeared. Then if it didn't, it reloads again and so on.. until the element appears. Any ideas how to do this? I'm stuck! Thank you!
  11. Hey guys, I've recently purchased UBot Pro v.4, and I'm a little lost.. I have a list of URL's which I need to go through and do the same actions on each of them everytime. I'm stuck at the beginning of the loop when it takes the data from the %list of urls. The list is separated, one URL per line, but it extracts it as http://URL1.com,http://URL2.com.... I also set the index position to begin at 0 and I increase it at the end of the loop. how can I overcome it? Thanks a bunch for any help!
  12. Sorry for jumping in, this thread answered half of my question! :-) how can I access the %urls after it scraped it?
×
×
  • Create New...