Remove unnecessary selenium_stealth parameters

This commit is contained in:
sebthom
2022-02-17 12:13:54 +01:00
parent 7188a793ec
commit c844c2473c

View File

@@ -104,10 +104,7 @@ class SeleniumMixin:
selenium_stealth.stealth(self.webdriver, # https://github.com/diprajpatra/selenium-stealth#args
languages = ("de-DE", "de", "en-US", "en"),
vendor = "Google Inc.",
platform = "Win32",
webgl_vendor = "Intel Inc.",
renderer = "Intel Iris OpenGL Engine",
fix_hairline = True,
)