回答編集履歴
1
修正
test
CHANGED
@@ -14,11 +14,11 @@
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
prefs = {
|
17
|
+
prefs = {'profile.password_manager_enabled' : False,
|
18
18
|
|
19
|
-
|
19
|
+
'credentials_enable_service': False}
|
20
20
|
|
21
|
-
options.add_experimental_option(
|
21
|
+
options.add_experimental_option('prefs', prefs)
|
22
22
|
|
23
23
|
|
24
24
|
|