Jump to content

Is there any command to update an ie-frame in the


jgg
 Share

Recommended Posts

Is it possible to update an ie-frame with for example stock-information on ericsson IN THE BACKGROUND every five seconds?

I have done this script, but the ie frame needs to be active to work:

$x = 1

Do

WinWaitActive("Avanza - Orderläggning - Microsoft Internet Explorer")

send ("{BROWSER_REFRESH}")

Sleep(5000)

Until $x > 2

Is there any command to update an ie-frame in the background?

:lmao:

Edited by jgg
Link to comment
Share on other sites

It's not the entire window that needs to be refreshed, Helge.

An IE-frame is a part of a window.

And the most of us know that AutoIt can't communicate with Internet Explorer "privately". It can only read/change the title, hide/minimize,/maximize/restore the window.

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