one more try
Some checks failed
Execute / build (3.12) (push) Failing after 1m7s
Pylint / build (3.12) (push) Successful in 12s

This commit is contained in:
Greg Gauthier 2024-07-23 19:19:16 +01:00
parent 31db23ac5e
commit 19d81da8a8

View File

@ -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)