invis Posted May 24, 2010 Posted May 24, 2010 (edited) Hi everyone ! I have this popup window: it cause when I click on "Создать" which mean Create. So I donw knot how to click by autoit on the string in that popup window ??? Picture show the HTML code for this popup, but its look like it is another "tree", difference from general page. I use search and nothing help me p.s. Actually I need to automate IE, I used Firefox only for FireBug, it is better then IE tools.general.au3 Edited May 24, 2010 by invis
l3ill Posted May 24, 2010 Posted May 24, 2010 Hi, I assume you are trying to navigate these drop down menus? Maybe send arrow keys and send enter will get you passed this hurdle;-) good luck! My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
invis Posted May 24, 2010 Author Posted May 24, 2010 Hi, I assume you are trying to navigate these drop down menus?Maybe send arrow keys and send enter will get you passed this hurdle;-)good luck!Yes, I want to navigate these drop down menu Actually arrow keys doesn't work here. Only mouse. Ofc I can MouseClick("left", 320, 250), but I think this isn't best solution...So how I can navigate here ??
l3ill Posted May 24, 2010 Posted May 24, 2010 So your saying, that you can not move the highlight from one menu item to another with the arrow keys...? My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
invis Posted May 25, 2010 Author Posted May 25, 2010 Actually I did it with Opt("MouseCoordMode", 0) MouseClick("left", 320, 255) but I think this solution is bad for automate web testing. Hope someone will tell me how I can find popupMenu with _IE** functions. If it possible...
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