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 99f5a19 commit e890c36Copy full SHA for e890c36
botcity/web/bot.py
@@ -282,9 +282,9 @@ def _get_service(self):
282
def _others_configurations(self):
283
if self.browser == Browser.UNDETECTED_CHROME:
284
"""
285
- There is a problem in undetected chrome that prevents downloading files even passing
286
- download_folder_path in preferences.
287
- This solution is taken from the following issue
+ There is a problem in undetected chrome that prevents downloading files even passing
+ download_folder_path in preferences.
+ This solution is taken from the following issue
288
https://github.com/ultrafunkamsterdam/undetected-chromedriver/issues/260#issuecomment-901276808.
289
It will be a temporary solution.
290
0 commit comments