conditionals in runner scripts
This commit is contained in:
parent
9928ecd510
commit
bea18afa60
@ -45,6 +45,10 @@ def edge(headless=True):
|
|||||||
driver_name += ".exe"
|
driver_name += ".exe"
|
||||||
edgedriver_loc = os.path.join(CWD, 'drivers', driver_name)
|
edgedriver_loc = os.path.join(CWD, 'drivers', driver_name)
|
||||||
|
|
||||||
|
print("***** DRIVER LOCATION *****")
|
||||||
|
print(edgedriver_loc)
|
||||||
|
print("***** DRIVER LOCATION *****")
|
||||||
|
|
||||||
options.use_chromium = True
|
options.use_chromium = True
|
||||||
options.add_argument('disable-gpu')
|
options.add_argument('disable-gpu')
|
||||||
if headless:
|
if headless:
|
||||||
|
Loading…
Reference in New Issue
Block a user