one more try
This commit is contained in:
parent
31db23ac5e
commit
19d81da8a8
@ -55,6 +55,8 @@ def edge(headless=True):
|
|||||||
|
|
||||||
options.use_chromium = True
|
options.use_chromium = True
|
||||||
options.add_argument('disable-gpu')
|
options.add_argument('disable-gpu')
|
||||||
|
options.add_argument("no-sandbox")
|
||||||
|
options.add_argument("disable-dev-shm-usage")
|
||||||
if headless:
|
if headless:
|
||||||
options.add_argument('headless')
|
options.add_argument('headless')
|
||||||
edge_service = EdgeService(executable_path=edgedriver_loc)
|
edge_service = EdgeService(executable_path=edgedriver_loc)
|
||||||
|
Loading…
Reference in New Issue
Block a user