Create Browser
名前付きインスタンスとしてブラウザセッションを起動します。ステルス(ボット検出回避)モードをオプションで指定できます。
概要
Create Browser は、AutoFlowRPA の Webブラウザ カテゴリに属するノーコードの自動化ステップです。 ワークフローが到達すると、1 つのステップで処理を実行します。 14 個のパラメータを設定して、動作を細かく制御できます。 ビジュアルビルダーでワークフローにドラッグできる 369 個のコマンドの 1 つで、スクリプトは不要です。
概要
名前付きインスタンスとしてブラウザセッションを起動します。ステルス(ボット検出回避)モードをオプションで指定できます。
Launch a browser session as a named instance. Pick a saved anti-detect Profile (from the Profiles screen) to launch with its browser/fingerprint/proxy, or configure it manually with an optional stealth (anti-bot-detection) mode.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Browser instance | variable | 必須 | browser | Name that identifies this browser session. |
| Profile | string | 任意 | Use a saved Profile (Profiles screen). Blank = manual setup. | |
| Headless | dropdownNo · Yes | 任意 | No | Run without a visible window. |
| Browser | dropdownChrome · Brave · Edge · Cloak · Firefox · WebKit | 任意 | Chrome | Chromium browsers (Chrome/Brave/Edge/Cloak) launch the real installed app when found — Brave/Cloak are anti-detect forks that can improve CAPTCHA pass rates. Set the executable path below if auto-detection misses it. |
| Real browser executable (optional) | file | 任意 | Path to a real installed browser (chrome.exe / brave.exe / msedge.exe …). Avoids 'Chrome for Testing' which some sites block. Chromium-based only. 変数に対応 | |
| Stealth (anti-detection) | dropdownNo · Yes | 任意 | No | Cloak automation: hide navigator.webdriver, set a real user-agent and disable the automation flag. |
| Custom user-agent (optional) | string | 任意 | Overrides the user-agent string. 変数に対応 | |
| Browser channel (optional) | string | 任意 | Chromium only: use an installed browser like 'chrome', 'msedge', 'chrome-beta'. Leave blank for the bundled one. 例: chrome | |
| User data directory (optional) | folder | 任意 | Launch with a REAL persistent profile from this folder — stays logged in. E.g. %LOCALAPPDATA%/Google/Chrome/User Data. 変数に対応 | |
| Profile directory (optional) | string | 任意 | Which profile inside the user-data dir, e.g. 'Default' or 'Profile 1'. Chromium only. 例: Default | |
| Additional arguments (optional) | string | 任意 | Extra command-line flags, space-separated. 例: --start-maximized --lang=en-US 変数に対応 | |
| Proxy server (optional) | string | 任意 | e.g. http://host:port or socks5://host:port. 例: http://127.0.0.1:8080 変数に対応 | |
| Default timeout seconds (optional) | number | 任意 | 30 | Default wait timeout for this browser's actions. |
| Keep browser alive | dropdownNo · Yes | 任意 | No | Don't auto-close on 'Close Browser' — leave the window open. |
Create Browser コマンドの使い方
- 1
AutoFlowRPAを開き、WebブラウザグループからCreate Browserコマンドをキャンバスにドラッグします。
- 2
サイドパネルでパラメータを設定します。Create Browserには設定可能な項目が14個あります。
- 3
ワークフローに接続してRunを押します。すべて端末上でローカルに実行されます。
よくある質問
Create Browser コマンドは何をしますか?
名前付きインスタンスとしてブラウザセッションを起動します。ステルス(ボット検出回避)モードをオプションで指定できます。
Create Browser コマンドはどのグループに属しますか?
Create BrowserはWebブラウザグループに含まれます。AutoFlowRPAはコード不要で組み合わせられる369個以上の標準コマンドを搭載しています。
Create Browser コマンドにパラメータはありますか?
はい。Create Browserには設定可能な項目が14個あり、ビジュアルノードエディタで編集できます。