Create Browser
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.
개요
Create Browser은(는) AutoFlowRPA의 Web Browser 카테고리에 속한 노코드 자동화 단계입니다. 워크플로가 도달하면 한 단계로 작업을 수행합니다. 14개의 매개변수를 설정해 동작 방식을 정확하게 제어할 수 있습니다. 비주얼 빌더에서 워크플로로 끌어다 놓을 수 있는 369개 명령 중 하나이며, 스크립트가 필요 없습니다.
기능 소개
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 Browser 그룹에서 Create Browser 명령을 캔버스로 드래그하세요.
- 2
사이드 패널에서 파라미터를 설정하세요 — Create Browser에는 설정 가능한 항목이 14개 있습니다.
- 3
워크플로에 연결한 뒤 Run을 누르세요. 모든 작업이 내 컴퓨터에서 로컬로 실행됩니다.
자주 묻는 질문
Create Browser 명령은 무엇을 하나요?
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.
Create Browser 명령은 어느 그룹에 속하나요?
Create Browser은(는) Web Browser 그룹에 속합니다. AutoFlowRPA는 코드 없이 조합할 수 있는 369개 이상의 바로 쓰는 명령을 제공합니다.
Create Browser 명령에 파라미터가 있나요?
네 — Create Browser에는 설정 가능한 항목이 14개 있으며, 모두 비주얼 노드 에디터에서 편집할 수 있습니다.