You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -110,6 +111,21 @@ in a known order. Equivalent to the `SkColor` type in Chromium.
110
111
(bool) Controls whether file URLs will have access to other file URLs. Also configurable using the --allow-access-from-files switch. Other similar switches are: --allow-file-access and --allow-file-access-from-files.
111
112
112
113
114
+
### inherit_client_handlers_for_popups
115
+
116
+
117
+
(bool) Default: True.
118
+
119
+
Whether to inherit client handlers and callbacks for popup windows
120
+
opened with "window.open". For example when you set a handler using
121
+
`browser.SetClientHandler` then this handler will also be resued
122
+
for popup windows that are created implicitilly via "window.open"
123
+
call in javascript or similar. If you implement
124
+
`LifespanHandler.OnBeforePopup` then you can control explicitilly
125
+
what handlers are set for the popup browser. To disable the default
126
+
behavior set this option to False.
127
+
128
+
113
129
### image_load_disabled
114
130
115
131
(bool) Controls whether image URLs will be loaded from the network. A cached image will still be rendered if requested. Also configurable using the --disable-image-loading switch.
0 commit comments