palm Posted October 28, 2009 Posted October 28, 2009 hello all, i am a beginer of autoit. could you help explain two questions? 1) in web-based java applications, how can i comfirm the next window pop. the window title is the same and i cannot capture any of the special object of the window. 2) in web-based java applications,how can i get object and then operate it . i have read java UDF link and follow the instructions to install the all. thanks a million
somdcomputerguy Posted October 28, 2009 Posted October 28, 2009 This function might resolve one of your issues - WinGetTitle - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
palm Posted October 28, 2009 Author Posted October 28, 2009 thanks, but the windows title does not change, just web content changes.
PsaltyDS Posted October 28, 2009 Posted October 28, 2009 thanks,but the windows title does not change, just web content changes.If you mean it creates a popup with the same title, then use WinList("Window Title Here") in a loop and check the resulting array. When a new window handle pops up in the array - that's your target.The popup probably has a different class too, giving you another thing to watch for. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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