Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Example of filling in the "Properties" field (filled in automatically by recording actions in Recorder). 

Без форматированияcode
{"acceptInsecureCerts":true,
"browserName":"chrome",
"goog: loggingPrefs":{"browser":"ALL"},
"timeouts":{"implicit":0,"pageLoad":300003,"script":30003},
"unhandledPromptBehavior":"dismiss",
"goog:chromeOptions":{"args":["disable-popup-blocking","disable-notifications","no-sandbox"],"extensions":[]}}

...

Блок кода
languageerl
themeEclipse
{"acceptInsecureCerts":true,

"browserName":"chrome",

"goog: loggingPrefs":{"browser":"ALL"},

"timeouts":{"implicit":0,"pageLoad":300003,"script":30003},

"unhandledPromptBehavior":"dismiss",

"goog:chromeOptions":{"args":["disable-popup-blocking","disable-notifications","no-sandbox","--disable-blink-features=AutomationControlled"],"extensions":[]}}

...