Hello, I got a ticket system, and I want to automate some of it.  I want to click on the button "smart recorder". But it's type is "a" ? no div or input. using "a" does not seem to work, Here's a screenshot, and my script:   _IELinkClickByClass("http://rdremedy01/ux/smart-it", "navigation-bar__item-label ng-binding", "a") Func _IELinkClickByClass($link, $classname, $tag)   $oIE = _IECreate($link) Local $oInputs = _IETagNameGetCollection($oIE, $tag) For $oInput In