Deshanur 0 Posted July 5, 2021 Share Posted July 5, 2021 Hello All, I am trying to develop au3 script for Citrix login, wanted to click on All Tab, I have tried all options but not able to achieve it. _IELinkClickByText($ie,'All ') Kindly help, pls refer the screenshot the inspect which shows all the tag for the All tab and the GUI page for the same. Link to post Share on other sites
Solution Nine 1,515 Posted July 5, 2021 Solution Share Posted July 5, 2021 Try : Local $oBtn = _IEGetObjById($oIE, "allAppsFilterBtn") _IEAction($oBtn, "click") Not much of a signature but working on it... Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search content in au3 files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector GIF Animation (cached) Screen Scraping Link to post Share on other sites
Deshanur 0 Posted July 6, 2021 Author Share Posted July 6, 2021 Thank you so much, its working..! Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now