История страницы
- Choose the action «Open Browser»
- "Open browser" from the «Browser»
- "Browser" action group.
- Select «Chrome»
- "Chrome" in the action parameters under the «Browser»
- "Browser" field.
- Specify the descriptive list of browser properties and their values that will be set at startup, in the «Properties»
- "Properties" field, in JSON format.
- C:\\Users\\<User>\\AppData\\Local\\Google\\Chrome\\User Data - is the path to your browser profile.
- profile-directory - if there are several profiles in the browser, you can specify the required profile from which the robot will be launched (Default is specified by default).
Template:{
"acceptInsecureCerts":true,
"browserName":"chrome",
"goog:loggingPrefs": {
"browser": "ALL"
},
"timeouts":
{{"implicit":0,
"pageLoad": 30000,
"script": 30000
},
"unhandledPromptBehavior":"dismiss",
"goog:chromeOptions": {
"args": [
"disable-popup-blocking",
"disable-notifications",
"no-sandbox",
"disable-infobars",
"disable-extensions",
"disable-gpu",
"start-maximized",
"user-data-dir=C:\\Users\\
<User>User>\\AppData\\Local\\Google\\Chrome\\User Data",
"profile-directory=Default"
],
"extensions":[]
}
}
Example of filling in the fields:
Run the robot. The browser will open with the specified profile.
Обзор
Инструменты контента