Jump to content

Cant run IE hidden and Embeded does not fit my project


 Share

Recommended Posts

Should LastPass remember this password?
Not NowNever...Save Site
 Never For This Page  Never For This Domain
Should LastPass remember this password?

Hi,

Im new on this forum.

I come from other programing languages and i recently discover AutoIt and i love it.

My problem is athta i want to create a Internet Explorer application hidden (I have WIN7 and IE11 installed) and it does not run hidden.

Using the embbeded option is not helping because behavior is not the same

Any workaround?

Any help are welcome :)

 

Link to comment
Share on other sites

Look at the syntax: _IECreate ( [$s_Url = "about:blank" [, $f_tryAttach = 0 [, $f_visible = 1 [, $f_wait = 1 [, $f_takeFocus = 1]]]]] )

$s_Url [optional] specifies the Url to navigate to upon creation

$f_tryAttach [optional] specifies whether to try to attach to an existing window
    0 = (Default) do not try to attach
    1 = Try to attach to an existing window

$f_visible [optional] specifies whether the browser window will be visible
    0 = Browser Window is hidden
    1 = (Default) Browser Window is visible

$f_wait [optional] specifies whether to wait for page to load before returning
    0 = Return immediately, not waiting for page to load
    1 = (Default) Wait for page load to complete before returning

$f_takeFocus [optional] specifies whether to bring the attached window to focus
    0 = Do not bring window into focus
    1 = (Default) bring window into focus

_IECreate ( www.google.com, 0 , 0) Would create a hidden IE opening up google. Help file shows this!

Edited by Rogue5099
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...