Jump to content
UBot Underground

samrob

Fellow UBotter
  • Content Count

    13
  • Joined

  • Last visited

Community Reputation

0 Neutral

About samrob

  • Rank
    Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    < 1Gb
  • Framework
    v3.5
  • License
    Standard Edition

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I have html list tags on a page <li>. Inside are elements like images and span and other text. I would only like to scrape what is in that <li> if for example a certain image is in there then I would like to scrape what is between <span> tags like normal. Any help?
  2. Hi, sorry but I think I missed the solution to this. Can someone please clarify?
  3. I'm very interested in this as well. Is there any update of this or when can be expecting a fix?
  4. Check if variable's value is in a list and if it isn't then do something. So I have 2 lists of URL's. One list of all the URL's and one list of all the URL's that have been visited. I load a variable with next list item of list 1 and check if that variable's value has already been visited by checking if it's in the list 2 of URL's that have been visited.
  5. How do I check a variable against a list? If the variable exists in the list then do something.
  6. What I have figured out so far is - If you chose the field then send chosen keys with what you want to be typed in. What needs to happen is for the drop down suggestion to load. Then once that pops up you can chose one of the options and then click chosen. The problem is the bot does not activate the drop down suggestion, even with send chosen keys. This is the javascript on the field. Not sure this will trigger it, but worth a try. onfocus="return wait_for_load(this, event, function() {JSCC.get('j4c4f8c48436225a3cd26b1').init(["setPhotoOnSelect"]); ;});" How could I get the bot to
  7. I need to run a loop when there is a "next" link on the page. How can I do this?
×
×
  • Create New...