Jump to content

how to wait for the popped up window to load


Recommended Posts

Moar details!

We need to know more about what you're doing. When you say page then I can assume that you're automating Firefox or IE?

Ah i am sorry about the lack of information. I am using IE. The page i am working on is a company program so i cant gice a location to check :unsure:

Link to comment
Share on other sites

WinWaitActive wont help you - the window may become active before the new page has been completely loaded.

You need _IELoadWait. If it is not working - maybe you are not using it correctly - give more details.

Link to comment
Share on other sites

Actually it worked.

WinWaitActive ("Value Selection for Vendor (required entry) - Windows Internet Explorer")

_IELoadWait ($oIE, 1000)

i made the part that needed to wait like this and it worked.

Link to comment
Share on other sites

Are you saying that this works :

WinWaitActive ("Value Selection for Vendor (required entry) - Windows Internet Explorer")
_IELoadWait ($oIE, 1000)

and this doesnt work:

_IELoadWait ($oIE, 1000)

Seems quite strange to me - i have never had such issue with IE.

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