Jump to content

Popup window


Recommended Posts

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 :idea:

p.s. Actually I need to automate IE, I used Firefox only for FireBug, it is better then IE tools.

general.au3

Edited by invis
Link to comment
Share on other sites

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 :idea:

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 ??

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...