TikTok transcript webscrape
Given a TikTok URL that has a video with a transcript I’m trying to write a playwright script that will be able to navigate to grab the transcript. The problem is the hover command doesn’t seem to trigger the menu of video controls that gets injected into the DOM. Even with AI, I still haven’t been able to make this happen so here is the script and let me know if you can see the problem. (Node v20+ with ES6/.mjs)