Open 操作
- Updated: 2026/01/13
Open 操作
The Open 操作 opens the browser to a specific web page.
Using network path URLs
- When you open a network file path using the New tab, Existing tab, or New window option in the Internet Explorer browser.
- When you open a network folder path using the Existing tab option in the Internet Explorer or Chromium (Google Chrome or Microsoft Edge) browsers.
- For network file path, select a Chromium browser (Google Chrome or Microsoft Edge) in the 操作.
- For network folder path, select a Chromium browser (Google Chrome or Microsoft Edge) in the 操作 with New tab or New window option.
Settings
- This 操作 is used only to open a URL in the browser. You cannot download a file using this 操作.
- This 操作 does not support InPrivate or Incognito mode of browsers.
- Select to open the web page in an existing tab, new tab, or new window:
-
Existing tab: Opens the web page on a currently open
tab. Select the tab from the list of active supported browser tabs, the
Last used browser tab option, or insert a window
variable.
Note: Review the following information based on the platform where you created the automation:
-
macOS
The Existing tab option supports Google Chrome and Safari browsers.
-
Windows
The Existing tab option supports Google Chrome, Chromium-based Microsoft Edge, and Internet Explorer browsers.
您可以使用正则表达式 (regex) 来标识窗口标题。 将每个正则表达式条件选择为字符串或模式,然后输入值。 默认情况下,窗口标题字段区分大小写。
要识别浏览器标题,您可以启用区分大小写选项以匹配字母大小写,或禁用该选项以识别字母大小写不匹配的窗口标题。Note: 确保您系统上安装的最低 Bot Agent 版本是随 Automation 360 v.26 发布的版本。 如果存在随 Automation 360 v.25 或更早版本发布的 Bot Agent 版本,则默认情况下,将仅通过匹配字母大小写(区分大小写)识别窗口标题。For example, if you want to replace a Salesforce webpage tab, with another tab, then you need to match all window title names beginning with a word followed by Salesforce. To do this, you can enter the String value as * Salesforce and Pattern value as /*Salesforce for only those window titles that match this pattern.Note:- When you use a regular expression of type String with -title as the input value for a window title in any 操作, the 机器人 might encounter a run time error. To prevent the run time error, ensure that when you add the string input as *-title, the application with the specific title is open. The asterisk (*) is just a character, not a wild card character.
- When you use a regular expression of type
Pattern with
-title as the input value for a window
title in any 操作, the 机器人 might
encounter a run time error because the input value
*-title is incorrect.
Ensure that you use valid regex patterns.
-
macOS
-
New tab: Opens the web page on a new tab. Select the
tab from the list of active supported browser tabs or insert a window variable.
Note: Review the following information based on the platform where you created the automation:
-
macOS
The Existing tab option supports Google Chrome and Safari browsers.
-
Windows
The Existing tab option supports Google Chrome, Chromium-based Microsoft Edge, and Internet Explorer browsers.
- When you perform the 操作 on the Internet Explorer tab, the 操作 is executed in the matching tab only when it is in ready state.
您可以使用正则表达式 (regex) 来标识窗口标题。 将每个正则表达式条件选择为字符串或模式,然后输入值。 默认情况下,窗口标题字段区分大小写。
要识别浏览器标题,您可以启用区分大小写选项以匹配字母大小写,或禁用该选项以识别字母大小写不匹配的窗口标题。Note: 确保您系统上安装的最低 Bot Agent 版本是随 Automation 360 v.26 发布的版本。 如果存在随 Automation 360 v.25 或更早版本发布的 Bot Agent 版本,则默认情况下,将仅通过匹配字母大小写(区分大小写)识别窗口标题。例如,要匹配所有以单词开头、后跟- Notepad的窗口标题名称,您可以输入字符串值 * -Notepad,或者仅为与此模式匹配的窗口标题使用模式值 ((\w)\s)*document-Notepad。Note:- 当您使用类型为字符串的正则表达式,并将 -title 作为任何 操作 的窗口标题的输入值时,机器人 可能会遇到运行时错误。 为了防止运行时错误,请确保在将字符串输入添加为 *-title 时,具有特定标题的应用程序已打开。 星号 (*) 只是一个字符,而不是通配符。
- 当您使用类型为 Pattern 的正则表达式,并将 -title 作为任何 操作 的窗口标题的输入值时,机器人 可能会遇到运行时错误,因为输入值 *-title 是不正确的。
请确保使用有效的正则表达式模式。
-
macOS
-
New window: Opens the web page on a new
window of a specific browser.Select the browser from the following options:
- Default BrowserEnsure that Google Chrome, Microsoft Edge, Internet Explorer, Safari is set as the default browser.Note: Review the following information based on the platform where you created the automation:
-
macOS
The Existing tab option supports Google Chrome and Safari browsers.
-
Windows
The Existing tab option supports Google Chrome, Chromium-based Microsoft Edge, and Internet Explorer browsers.
- If any browser that is not listed is set as the default browser for the device, the 机器人 might encounter an error.
-
macOS
- Google Chrome
- Internet Explorer
- Microsoft Edge
- Safari
- Mozilla Firefox
- Default Browser
-
Existing tab: Opens the web page on a currently open
tab. Select the tab from the list of active supported browser tabs, the
Last used browser tab option, or insert a window
variable.
- Enter the link to the web page to open.Note: For web pages to open properly, we recommend that you specify a URL with the protocol information, such as http, https, or file.
- Optional: In the Time out
after field, enter the number of seconds the 机器人 must wait for the specified webpage to load before the 机器人 fails. Note:
- You can enter a timeout value of at least 9 seconds.
- Timeout value is applicable only for the New tab and Existing tab options.
- For the Internet Explorer browser, the 机器人 executes even if the webpage is not loaded completely after waiting till timeout.