setting "isHeadless = True"

This commit is contained in:
frankknoll
2023-03-28 15:03:07 +02:00
parent 3588c2cb86
commit 84efc5f77a

View File

@@ -26,7 +26,7 @@ def downloadVAERSFileAndUnzip(file, workingDirectory):
dstDir = workingDirectory + '/VAERS/')
def downloadVAERSFile(file, downloadDir):
driver = getWebDriver(downloadDir, isHeadless = False)
driver = getWebDriver(downloadDir, isHeadless = True)
downloadedFile = downloadFile(
absoluteFile = downloadDir + "/" + file,
driver = driver,