Is this doable & how? extract a link from a pop up menu

I spend more than half a day trying to "extract a link from a pop-up menu".. I re-read webscraper documentation multiple times but I can't figure it out...pl see video below about my requirement
Url: https://youtu.be/0qJiL-Mj1I8

below is the website link...
Url: https://www.expireddomains.net/godaddy-buynow-domains/

much appreciate if someone could post a quick screen recording explaining how to do it..

PS:
I used below free software to screen records (small app needs downloading)
Url: https://www.apowersoft.com/free-online-screen-recorder?__c=1

run above link and click "start recording" button in the webpage .. this will open up a local app

App controlling short cuts
cntrl + Alt + F1 --> Start
cntrl + Alt + F2 --> Stop
cntrl + Alt + F3 --> Pause/un pause

recorded files are at
C:\Users<computer user>\Documents\Apowersoft\Apowersoft Online Screen Recorder

Thanks in advance.

Sitemap:
{id:"sitemap code"}

This site uses server-side redirects so it would be difficult to scrape with WS alone. I'm seeing at least two redirects for every link that needs to be clicked. But it is possible to get the final destination URLs by using other methods.