mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
Remove unnecessary selenium_stealth parameters
This commit is contained in:
@@ -104,10 +104,7 @@ class SeleniumMixin:
|
|||||||
|
|
||||||
selenium_stealth.stealth(self.webdriver, # https://github.com/diprajpatra/selenium-stealth#args
|
selenium_stealth.stealth(self.webdriver, # https://github.com/diprajpatra/selenium-stealth#args
|
||||||
languages = ("de-DE", "de", "en-US", "en"),
|
languages = ("de-DE", "de", "en-US", "en"),
|
||||||
vendor = "Google Inc.",
|
|
||||||
platform = "Win32",
|
platform = "Win32",
|
||||||
webgl_vendor = "Intel Inc.",
|
|
||||||
renderer = "Intel Iris OpenGL Engine",
|
|
||||||
fix_hairline = True,
|
fix_hairline = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user