ctl Posted October 13, 2013 Posted October 13, 2013 (edited) Hello again guys, i have a problem, i have made a code that uploade my some of my portofolio photoshop to my website, the code its simple, but when the "Choose upload" windows appears the program does not work, when i manualy close the window, the programs starts working again, i have try with mouse click and enter the cordinates, i have try with the WinWaitActive, but still doesent work. The code looks like this ;Upload Local $upload = _IEGetObjById ($oIE, "fileToUpload") _IEAction ($upload, "click") MouseClick("left", 445, 534, 1) Why does the "Choose file to upload" windows doesent work ? When i close the windows manualy, the mouse is going to the specified coordinates. Edited October 13, 2013 by ctl
Gianni Posted October 13, 2013 Posted October 13, 2013 HI ctl it seems a problem similar to> title="">this if so, here is an explanation and a >solution. good luck Chimp small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....
ctl Posted October 13, 2013 Author Posted October 13, 2013 (edited) Its not working, i dont have a modal window, i have a normal window (see the screenshot below) Or maybe i`m not doing it right... Edited October 13, 2013 by ctl
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