Jump to content
UBot Underground

Log Into Youtube Sub Channels?


Recommended Posts

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)
}
Link to post
Share on other sites

 

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

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