Create Browser
名前付きインスタンスとしてブラウザセッションを起動します。ステルス(ボット検出回避)モードをオプションで指定できます。
WebブラウザSeleniumBrowserCreate
概要
名前付きインスタンスとしてブラウザセッションを起動します。ステルス(ボット検出回避)モードをオプションで指定できます。
Launch a browser session as a named instance, with an optional stealth (anti-bot-detection) mode.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Browser instance | variable | 必須 | browser | Name that identifies this browser session. |
| Browser | dropdownChrome · Firefox · WebKit | 必須 | Chrome | |
| Headless | dropdownNo · Yes | 必須 | No | Run without a visible window. |
| 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. 変数に対応 |