conditionals in runner scripts
Some checks failed
Execute / build (3.12) (push) Failing after 8s
Pylint / build (3.12) (push) Failing after 11s

This commit is contained in:
Greg Gauthier 2024-07-23 18:29:17 +01:00
parent 9928ecd510
commit bea18afa60

View File

@ -45,6 +45,10 @@ def edge(headless=True):
driver_name += ".exe"
edgedriver_loc = os.path.join(CWD, 'drivers', driver_name)
print("***** DRIVER LOCATION *****")
print(edgedriver_loc)
print("***** DRIVER LOCATION *****")
options.use_chromium = True
options.add_argument('disable-gpu')
if headless: