add functionality to automatically download PDF without opening it inside the bot.
Я не могу написать бота, который ходит по нужным сайтам и скачивает нужные ПДФ, потому что он их вместо скачивания открывает.
Но мне так не надо.
В хроме оно переключается в настройках самого браузера, но во встроенном в BAS Хроме эта функция (Открытия PDF браузером) - включена по умолчанию, и ее невозможно отключить. можете добавить возможность отключения?
в файле properties я заменял строчку "plugins":{"plugins_list":[]} на "plugins":{"always_open_pdf_externally":true,"plugins_list":[]}, но при запуске BAS, создается новый профиль, и данные настройки не применяются, потому что создается копия всех настроек браузера, но без этих изменений.
А скомпилированный проект вовсе не содержит никакого файла properties, чтобы можно было его исправить.
I cannot write a bot that goes to the necessary sites and downloads the necessary PDFs, because it opens them instead of downloading.
But I don’t need that.
In chrome, it is switched in the settings of the browser itself, but in the built-in chrome this function (Open PDF by browser) is enabled by default and cannot be turned off. can you add such a feature?
in the properties file, I replaced the line "plugins": {"plugins_list": []} with "plugins": {"always_open_pdf_externally": true, "plugins_list": []}, but when BAS is enabled, a new profile is created, and the settings data do not apply because a copy is created without these changes.
And the compiled project does not contain any properties file at all so that you can fix it.