Getting youtube music lyrics for each song

Hi,
I try to get youtube music lyrics on web player, i can fetch song links for each title but I couldn't have done clicking lyrics tab and scrape it. And secondly, it asks for exit page for each song after scraping. Please can you help about it?

{"_id":"youtubemusicplaylist","startUrl":["YouTube Musicroot"],"selector":"[has-thumbnail-overlay] .title a","multiple":true,"delay":0},{"id":"info","type":"SelectorText","parentSelectors":["songs"],"selector":"div.content-info-wrapper","multiple":false,"regex":"","delay":0},{"id":"click","type":"SelectorElementClick","parentSelectors":["songs"],"selector":"[tabindex='-1'] div.tab-content","multiple":false,"delay":2000,"clickElementSelector":"[tabindex='-1'] div.tab-content","clickType":"clickOnce","discardInitialElements":"do-not-discard","clickElementUniquenessType":"uniqueText"},{"id":"lyrics","type":"SelectorText","parentSelectors":["songs"],"selector":"yt-formatted-string.non-expandable","multiple":false,"regex":"","delay":0}]}