updating data and setting "isHeadless = True"

This commit is contained in:
frankknoll
2022-08-19 21:29:41 +02:00
parent 3a0c85a124
commit ba29d6347d
41 changed files with 41 additions and 41 deletions

View File

@@ -343,7 +343,7 @@
" return None\n",
"\n",
"def downloadVAERSFile(file, downloadDir):\n",
" driver = getWebDriver(downloadDir, isHeadless = False)\n",
" driver = getWebDriver(downloadDir, isHeadless = True)\n",
" downloadedFile = downloadFile(\n",
" absoluteFile = downloadDir + \"/\" + file,\n",
" driver = driver,\n",