dhingra24 Posted February 5, 2019 Posted February 5, 2019 I am not able to click using mouseclick method. I am only able to point to the tab but its not clicking that tab.Please help. I had increased the Mousedowndelay also as well as i tried mousedown , sleep , mouseup , both of its not working for me. Kindly please help .
Moderators JLogan3o13 Posted February 5, 2019 Moderators Posted February 5, 2019 @dhingra24 do you really think anyone can help you when you don't post code??? How about helping us help you "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
dhingra24 Posted February 5, 2019 Author Posted February 5, 2019 @JLogan3o13 PF my inline code: Mouse Click "primary" 520 20 Sleep 15s Send MS1 Sleep 5s ${out1} Control Click "xyz" "" "[CLASS:Intermediate D3D Window; INSTANCE:1;]" "main" 32 304 Log ${out1} ${out2} AutoItSetOption "MouseClickDownDelay" 100 Log ${out2} Mouse Click "menu" 32 304 4 Sleep 15s Mouse Down "menu" Sleep 20s Mouse Up "menu" sleep 10s I tried every possible way for some reason control click is failing every time with return code 0.Please help me as how to make the particular tab click.
careca Posted February 5, 2019 Posted February 5, 2019 (edited) That's not autoit code, not runnable anyway. A proper sleep goes like this Sleep(1500) Edited February 5, 2019 by careca Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
dhingra24 Posted February 5, 2019 Author Posted February 5, 2019 1 minute ago, careca said: That's not autoit code, not runnable anyway. I had written in robot framework and its running also .Problem is its not able to click .cursor is just moving to that direction.
careca Posted February 5, 2019 Posted February 5, 2019 I dont know what that means, never heard of "robot framework". So, did you try running proper autoit code in SciTe? Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Moderators JLogan3o13 Posted February 5, 2019 Moderators Posted February 5, 2019 robot framework is not AutoIt, do you not understand that different languages have different syntax?? READ the AutoIt help file for how to use MouseClick, there are examples to show you the correct syntax. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
dhingra24 Posted February 5, 2019 Author Posted February 5, 2019 1 minute ago, careca said: I dont know what that means, never heard of "robot framework". So, did you try running proper autoit code in SciTe? No I didn't run in SciTe. But framework in which i am running ,all the autoit keywords functionality vise will run as same as in SciTe. Will you please help why its failing if u do the same code in Autoit.
Moderators JLogan3o13 Posted February 5, 2019 Moderators Posted February 5, 2019 Just now, dhingra24 said: all the autoit keywords functionality vise will run as same as in SciTe. No, they won't, apparently. 1 minute ago, dhingra24 said: Will you please help why its failing if u do the same code in Autoit. You need to install AutoIt, and you need to read the help file on those commands. What you are doing wrong is blatantly obvious. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
dhingra24 Posted February 5, 2019 Author Posted February 5, 2019 3 minutes ago, JLogan3o13 said: robot framework is not AutoIt, do you not understand that different languages have different syntax?? READ the AutoIt help file for how to use MouseClick, there are examples to show you the correct syntax. Robot framework will follow the same syntax as autoit . And as per my knowledge i had use the correct syntax and its running also . I am able to see MouseClick is able to particular tab but not clicking.
Moderators JLogan3o13 Posted February 5, 2019 Moderators Posted February 5, 2019 Well then you need to ask in a robot framework forum. The code you posted will not run in AutoIt because the syntax is incorrect. If you are working with a framework that parses AutoIt calls and it is not working, you need to ask people familiar with that framework. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
careca Posted February 5, 2019 Posted February 5, 2019 30 minutes ago, dhingra24 said: Robot framework will follow the same syntax as autoit. Trying to understand why you use that framework. Is there anything that you can do with it, that autoit cant? Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
caramen Posted February 5, 2019 Posted February 5, 2019 (edited) Oups Edited February 5, 2019 by caramen My video tutorials : ( In construction ) || My Discord : https://discord.gg/S9AnwHw How to Ask Help || UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote Spoiler Water's UDFs:Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki
dhingra24 Posted February 5, 2019 Author Posted February 5, 2019 2 hours ago, careca said: Trying to understand why you use that framework. Is there anything that you can do with it, that autoit cant? I have to test cross platform beds that inlcudes not autoit but many other libraries .That's why i am choosing Framework here but autoit i am facing many issues.
careca Posted February 5, 2019 Posted February 5, 2019 Doesnt seem like it's an autoit problem, but the implementation on the framework part. Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
Developers Jos Posted February 5, 2019 Developers Posted February 5, 2019 Ok, last try after which this thread will be closed: post some AutoIt3 code that has issues or else go to the place that supports this framework because this is leading nowhere. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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