techy22 0 Posted August 11, 2010 I am trying to click a Browse button in IE, but its not working Please tell me where is the problem in the script i am using #include <IE.au3> $oIE=_IECreate("http://localhost/abc") $btn=_IEGetObjByName($oIE,"Browse...") _IEAction($btn,"Click") Share this post Link to post Share on other sites
MrMitchell 16 Posted August 11, 2010 You may be able to find your answer toward the end of this post by DaleHohm...http://www.autoitscript.com/forum/index.php?showtopic=116899&st=0&p=815478& Share this post Link to post Share on other sites