Skip to content

Open New Tab: OPENNEWTAB

The Open New Tab action opens a new tab in your web browser. This allows you to continue your automation in a separate tab, which is helpful when you need to access multiple web pages during a session.

Example: Use this action to open a new browser tab to load more content or visit a different website.

Steps to configure:

  1. From the Action drop-down menu, select Open New Tab.
  2. Leave the Screen Name and Element Key fields empty, as this action does not target a specific element.
  3. In the Parameters section, enter the URL you want to open in the new tab (e.g., https://www.hulooop.ai)
  4. Click Save.

Note: While the steps for adding an Action are identical in both views, the display of the steps changes:

scrn-open-new-tab-tabular-view
Tabular View
scrn-open-new-tab-card-view
Card View

Expected Outcome on Execution: The Open New Tab action will successfully open a new tab in the browser with the specified URL, allowing subsequent actions in your case to be performed in the new tab.

Back To Top