Jump to content

Recommended Posts

Posted

Hello,

I need to click on the popped up page. But i cant make it wait for it to load the new page. IS there an other way than sleep ?

Thanks

Posted

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:

Posted

Thank you Jason,

I will try WinWaitActive but _IELoadWait is not working on some situations.

Posted

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.

Posted

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.

Posted

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.

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
  • Recently Browsing   0 members

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