Babu16 Posted December 28, 2017 Posted December 28, 2017 Hi All, I have 5 controls/fields on my webpage dialog, i'm able to use keyboard keys to access all these controls, but i have a browse button to attach a file to which i'm able to highlight using Keyboard Key 'TAB' and not able to click by using keyboard keys nor Mouse clicks and unable to get control id as Autoit recognizing only Webpage dialog and not controls on it. Can you please help me on this?
BrewManNH Posted December 28, 2017 Posted December 28, 2017 Use the _IE* functions instead. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Babu16 Posted December 28, 2017 Author Posted December 28, 2017 i have used the following IE function to click on the image, but no luck Title - Add Document -- Webpage Dialog Class - Internet Explorer_TridentDlgFrame Local $oIE = "Add Document -- Webpage Dialog" _IEImgClick($oIE,"Browse...") - ;Browse is the button name to be clicked. Please let me know if something wrong in using the function or suggest the right approach
BrewManNH Posted December 28, 2017 Posted December 28, 2017 You need to use _IECreate to get an object returned to use it with _IEImgClick. It doesn't work with the text in the window, or titles. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Babu16 Posted December 28, 2017 Author Posted December 28, 2017 Thanks for your prompt response and would be great if you can provide the complete syntax, just want to inform you that, the Browse button is located on Webpage Dialog window which doesn't have any URL, ID and text.
Earthshine Posted December 29, 2017 Posted December 29, 2017 (edited) Read the help file? Search this forum? I can only help those who help themselves. Nobody here is going to write it for you. Post code of what is not working and the webpage that you’re talking about. You know, teach a man to fish... Edited December 29, 2017 by Earthshine My resources are limited. You must ask the right questions
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