Jump to content
UBot Underground

Fahu123

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by Fahu123

  1.  

    Maybe something lke this:

    navigate("https://www.youtube.com/channel_switcher","Wait")
    wait(3)
    clear list(%accounts)
    add list to list(%accounts,$scrape attribute(<login link>,"fullhref"),"Delete","Global")
    set(#offset,1,"Global")
    loop($subtract($list total(%accounts),1)) {
        click($element offset(<login link>,#offset),"Left Click","No")
        increment(#offset)
        wait for browser event("Everything Loaded","")
        wait(3)
        alert("do stuff")
        navigate("https://www.youtube.com/channel_switcher","Wait")
        wait(3)
    }

    Thank you so much!! exactly what I needed.  :)

×
×
  • Create New...