Open action
- Última atualização2025/07/05
Open action
The Open action 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 action.
- For network folder path, select a Chromium browser (Google Chrome or Microsoft Edge) in the action with New tab or New window option.
Settings
- This action is used only to open a URL in the browser. You cannot download a file using this action.
- This action 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.
Você pode usar uma expressão regular (regex) para identificar um título da janela. Selecione a condição de expressão regular como String ou Padrão e, em seguida, insira o valor. Por padrão, o campo Título da janela diferencia maiúsculas e minúsculas.
Para identificar um título do navegador, ative a opção Maiúsculas e minúsculas para corresponder às letras maiúscula e minúscula ou desativar a opção para identificar uma janela em que Maiúsculas e minúsculas não correspondam.Note: Garanta que a versão do Bot Agent instalado em seu sistema é a versão lançada com o Automation 360 v.26. Se você tiver uma versão de Bot Agent lançada com Automation 360 v.25 ou anterior por padrão, então o título da janela ainda será identificado apenas com letras maiúsculas correspondentes (sensível a maiúsculas e minúsculas) por padrão.Por exemplo, para corresponder a todos os nomes de títulos de janelas que começam com uma palavra seguida por- Notepad
, você pode inserir o valor da String como * -Notepad ou usar o valor Padrão como ((\w)\s)*document-Notepad para apenas os títulos das janelas que correspondem a esse padrão.Note:- Quando você usa uma expressão regular do tipo String com -title como o valor de entrada para um título de janela em qualquer action, o bot pode encontrar um erro de tempo de execução. Para evitar o erro de tempo de execução, assegure-se de que quando você adicionar a entrada de string como *-title, o aplicativo com o título específico está aberto. O asterisco (*) é apenas um caractere e não um caractere curinga.
- Quando você usa uma expressão regular do tipo Padrão com -title como o valor de entrada para um título de janela em qualquer action, o bot pode encontrar um erro de tempo de execução, uma vez que o valor de entrada *-title está incorreto.
Assegure-se de utilizar padrões regex válidos.
-
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 action on the Internet Explorer tab, the action is executed in the matching tab only when it is in ready state.
Você pode usar uma expressão regular (regex) para identificar um título da janela. Selecione a condição de expressão regular como String ou Padrão e, em seguida, insira o valor. Por padrão, o campo Título da janela diferencia maiúsculas e minúsculas.
Para identificar um título do navegador, ative a opção Maiúsculas e minúsculas para corresponder às letras maiúscula e minúscula ou desativar a opção para identificar uma janela em que Maiúsculas e minúsculas não correspondam.Note: Garanta que a versão do Bot Agent instalado em seu sistema é a versão lançada com o Automation 360 v.26. Se você tiver uma versão de Bot Agent lançada com Automation 360 v.25 ou anterior por padrão, então o título da janela ainda será identificado apenas com letras maiúsculas correspondentes (sensível a maiúsculas e minúsculas) por padrão.Por exemplo, para corresponder a todos os nomes de títulos de janelas que começam com uma palavra seguida por- Notepad
, você pode inserir o valor da String como * -Notepad ou usar o valor Padrão como ((\w)\s)*document-Notepad para apenas os títulos das janelas que correspondem a esse padrão.Note:- Quando você usa uma expressão regular do tipo String com -title como o valor de entrada para um título de janela em qualquer action, o bot pode encontrar um erro de tempo de execução. Para evitar o erro de tempo de execução, assegure-se de que quando você adicionar a entrada de string como *-title, o aplicativo com o título específico está aberto. O asterisco (*) é apenas um caractere e não um caractere curinga.
- Quando você usa uma expressão regular do tipo Padrão com -title como o valor de entrada para um título de janela em qualquer action, o bot pode encontrar um erro de tempo de execução, uma vez que o valor de entrada *-title está incorreto.
Assegure-se de utilizar padrões regex válidos.
-
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 bot 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 bot must wait for the specified webpage to load before the bot 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 bot executes even if the webpage is not loaded completely after waiting till timeout.