here's a quick record of what i want the script to do:
Code: Select all
TAG POS=1 TYPE=BUTTON ATTR=NAME:73157
BACK
TAG POS=1 TYPE=BUTTON ATTR=NAME:36607
Code: Select all
<button role="button" class="start vm-playlist-edit-video yt-uix-tooltip yt-uix-button yt-uix-button-short yt-uix-tooltip" type="button" title="Modify this video's title, description, tags, etc." onclick=";return false;" name="70476" data-tooltip-text="Modify this video's title, description, tags, etc."><span class="yt-uix-button-content">Edit info</span></button>
as you can see the 'name' always changes numbers, but the buttons all say "Edit info" so what i'm trying to make the script do is to click the button then ill insert the stuff I want it to do then go back and click the next button and keep doing that. can anyone help please?