Launch new Internet Explorer Action(Power Automate Desktop)

08/02/2023

Japanese version.

This is the first action to be set up for web browser automation.

Launch IE or a dedicated browser for automation.

Unless there is a reason to leave the browser launched by this action on the screen, it is recommended to close it with the "Close web browser" action after the required process is complete.

For other browsers, you will need to install an extension, but for the browser in this action, no installation is required.

However, the "Create new tab" action is not available in dedicated browsers, We recommend that you do not use tabs unless you have a special use for them, as a dedicated browser is useful.

How to use

Drag "Launch new Internet Explorer" under "Browser automation".

Set parameters.

The details of the parameters here are described below,

The following settings are recommended unless there is a particular reason (e.g., it does not work properly).

Parameter Set value. Reds are changed as appropriate.
Launch modeLaunch automation browser
Initial URLAny URL
Window stateNormal
Clear cacheON
Clear cookiesON
Wait for page to loadON
If a pop-up dialog appearsAny
Custom user agent stringBlank (no change)

Parameter

Launch mode

Specify which browser to launch and how to open it.

ItemDescription
Launch automation browserRecommended. Open a new dedicated browser for automation.
Launch new Internet ExplorerOpen a new Internet Explorer.
Attach to running Internet ExplorerDeprecated. This setting makes already opened IEs the target of the automation.
In this configuration, the subsequent parameters are unique and can be one of the following three patterns.
- Specify a URL that should already be open.
- Specify a title that should already be open.
- Use IE in the foreground.
In many cases, when you actually run the program, it does not connect properly, This type of operation is more stable when started from scratch, This type of operation is deprecated unless it is absolutely necessary.

Initial URL

Required field. Specify the URL of the website to be opened when the browser is launched.

Window state

Specifies the size of the browser.
There are two sizes: standard, which leaves the size to the browser, and maximized/minimized.

Standard is recommended if there is no particular reason.

Clear cache

Specifies whether the browser cache should be deleted on startup.
It is safer to clear it (ON) in terms of automation, though,
If you usually use IE on that computer,
If you are using IE on that computer, you should consider whether to clear the cache when "Launch new Internet Explorer" is selected.
(In fact, it is preferable to reconsider using the browser you normally use for automation.)

In the case of "Launch automation browser" Since there is no need to be concerned, turn it ON.

Clear Cookies

Specify whether to delete browser cookies on startup.

It is safer to clear (ON) in terms of automation, though,
If you usually use IE on that computer, it would be highly inconvenient to delete cookies in the case of "Launch new Internet Explorer".
(Rather, it is preferable to reconsider using the browser you normally use for automation itself)

In the case of "Launch automation browser" Since there is no need to be concerned, turn it ON.

Wait for page to load

ON is recommended because turning OFF will cause the page to move to the subsequent action before it finishes loading.

If the initial URL is a slow-loading page and many other actions are inserted before the next web browser action, there is room for consideration, but depending on the situation, the flow may not work properly, so basically ON is safe.

Timeout on webpage load

This is displayed when "Wait for page to load" is ON.

Sets the maximum number of seconds to wait. An error will occur if this number of seconds is exceeded.

If a pop-up dialog appears

Specifies how the dialog is handled when it is displayed at the initial URL.

  • Close it
  • Press the button
  • Do nothing

For "Press the button", additionally specify the name of the button.

Custom user agent string

The item appears only when "Start Automation Browser" is selected.

It specifies what browsers, devices, and operating systems are visible to the web server.

Since this is a technical item and changing it is a gray area, basically leave it blank.

However, if the administrator of the web server to which the user is accessing the site specifies this item, it should be changed.

Variables produced

Browser

This variable indicates the browser that was invoked.

It is used as a parameter to specify the browser for subsequent actions.

For those who want to learn Power Automate Desktop effectively


The information on this site is now available in an easy-to-read e-book format.

Or Kindle Unlimited (unlimited reading).

You willl discover how to about basic operations.

By the end of this book, you will be equipped with the knowledge you need to use Power Automate Desktop to streamline your workflow.

Links

Browser automation Actions

Examples of Use

Example of simple web browser auto-operation: auto-filling a web form.