Harold Posted March 28, 2012 Posted March 28, 2012 (edited) Hi all:I am new here so please - be gentle ;-)I get a "Security Alert" message I want to clear by choosing "Yes". [ see attached }I thought that the following would be apropos but it fails.WinMenuSelectItem("Security Alert", "*Do you want to proceed?", "Yes")What is the best way to go about that ?PS: 64KB max - arghhhhh Edited March 28, 2012 by Harold
DCCD Posted March 28, 2012 Posted March 28, 2012 Hi Harold, 1. Use "AutoIt Window Info" to get some information about your window. 2. Open AutoIt help file search for "ControlClick". that's all.. [u][font=Arial Black]M[/font]y Blog, AVSS Parts[/u][font=Arial Black]Else[/font][font=Arial Black]L[/font]ibya Linux Users Group
Harold Posted March 28, 2012 Author Posted March 28, 2012 (edited) Danke! It is running on a remote VM. I don't get feedback until the process ends. Upon completion, I'll get screenshots like the initial post attachment. Edited March 28, 2012 by Harold
Bert Posted March 28, 2012 Posted March 28, 2012 you need your script to run on the remote machine, not locally. The Vollatran project My blog: http://www.vollysinterestingshit.com/
Harold Posted March 28, 2012 Author Posted March 28, 2012 Yes, it does run on the remote VM. I have to upload it.
Moderators Melba23 Posted March 29, 2012 Moderators Posted March 29, 2012 Harold, This thread was locked for asking exactly the same question - I am afraid the same is about to happen here. We are not prepared to help bypass any form of security measure for reasons which a moment's thought will make absolutely clear. And given that the dialog appears to resist automation it is not at all clear that you would succeed in any case. And note what happened to the other member when he tried to post the question again - please do not make the same mistake. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts