Bugfix patch logging

master
Ernest Litvinenko 2024-03-29 01:05:38 +03:00
parent 4b05f546dd
commit b2d8897f30
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ class Parser:
self._options.add_argument("--disable-extensions")
self._options.add_argument("--disable-gpu")
self._options.add_argument("window-size=1920,1080")
self._options.add_argument("--headless=new")
self._options.add_argument("--headless")
self._options.add_argument("--no-sandbox")
self._options.add_argument('--disable-dev-shm-usage')
self._service = webdriver.ChromeService(executable_path=ChromeDriverManager().install())
self.storage = Storage()