Update dp.py
Browse files
dp.py
CHANGED
@@ -17,6 +17,7 @@ co.set_pref('credentials_enable_service', False)
|
|
17 |
co.set_argument('--remote-debugging-address=0.0.0.0')
|
18 |
co.set_argument('--remote-allow-origins=*')
|
19 |
co.set_argument('--remote-debugging-port=9222')
|
|
|
20 |
|
21 |
browser = Chromium(co)
|
22 |
browser.clear_cache()
|
|
|
17 |
co.set_argument('--remote-debugging-address=0.0.0.0')
|
18 |
co.set_argument('--remote-allow-origins=*')
|
19 |
co.set_argument('--remote-debugging-port=9222')
|
20 |
+
co.set_argument('--no-sandbox')
|
21 |
|
22 |
browser = Chromium(co)
|
23 |
browser.clear_cache()
|