How can I grab all available links from a given web page?

How can I grab all available links from a given web page?

Use case: I want to use the click google chrome link action. But the drop down is so huge and not searchable. Hard to look through all of them and look for non human text.

If I could download all the links from the page, I could use search to find the x-path I am looking for.

Actually the list of available xPaths is somewhat searchable -- it is type selectable.
So start typing and you will see that an item is selected.
You could also do a screen capture and OCR to get the list.

If you are trying to click on a specific link, then I would use Execute a JavaScript in Browser actions with a JavaScript querySelector function.

Oh, you're right! Thanks!