Jump to content
UBot Underground

Search the Community

Showing results for tags 'next list item'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. clear list(%click3) add list to list(%click3,$scrape attribute(<outerhtml=w"<a href=\"*\" class=\"mybtn\" target=\"_blank\">Visit This Website</a>">,"fullhref"),"Don\'t Delete","Local") loop($list total(%click3)) { navigate($next list item(%click3),"Wait") wait(5) } What's in %click3: 0 https://site.com 1 https://site2.com 2 https://site3.com etc.... So i guess it scrapped alright? Now how come i get this: "YOU HAVE EXCEEDED THE RANGE OF THE LIST"
  2. Hey there! Newby ubot fan here. I'm wondering why I'm getting this error. I'd say I'm correctly using "set list position" which is supposed to reset my list in a loop when using the "next list item". Any idea? My script so far: clear cookies allow javascript("Yes") clear table(&tablacostosenvio) add list to list(%urls, $list from file("urls-looma.txt"), "Delete", "Global") clear list(%codigospostales) add list to list(%codigospostales, $list from file("codigospostales.txt"), "Delete", "Global") set list position(%codigospostales, 0) loop($list total(%urls)) { navigate($next list i
  3. Within a loop, I'm using "$next list item" to type into an input box from a list. This causes the item to have a comma at the end of it. Example: "dog," How can I hit backspace to delete the comma before moving on with my script? I have tried typing {BK} and {Backspace} into the "Text to Type" field following the "$next list item", but that doesn't work. For reference, I have pro version 4. Thanks.
×
×
  • Create New...