Go create a quick account in Zapier and go to https://zapier.com/app/dashboard and make some Zaps!
Just need to click the specific instance of an .open-menu button and then click its a.run (anchor) element.
Doing this IE.au3 script just causing to click its container element:
$target = 1; Target the first instance
#include <IE.au3>
$oIE = _IEAttach("Dashboard - Zapier")
$count = 0;
$tags = _IETagNameGetCollection($oIE, "div")
For $tag