We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152d689 commit 4abc2aeCopy full SHA for 4abc2ae
botcity/web/bot.py
@@ -356,10 +356,11 @@ def _others_configurations(self):
356
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/260#issuecomment-901276808.
357
It will be a temporary solution.
358
"""
359
- try:
360
- self.driver.get("about:blank")
361
- except Exception:
362
- pass
+ if self.browser == Browser.UNDETECTED_CHROME:
+ try:
+ self.driver.get("about:blank")
+ except Exception:
363
+ pass
364
365
params = {
366
"behavior": "allow",
0 commit comments