JavaScript Web: How to Find and Click on a Visible Pseudo Button?

Rob, you are a genius!

When I use the XPath you provided above

//div[starts-with(@id, 'exercise') and @class='unhidden']/label/img

with your new macro/plugin
Click on the first web page item that matches an XPath

it works like a charm.! :+1:

I really need to study and learn using the XPath notation.