rishabhsiitk
rishabhsiitk
Here is the solution https://github.com/mitre/stixmarx/issues/13#issuecomment-1470273375
@umihico @aleksandar-devedzic I see you guys active here. Can you please help?
@umihico > @rishabhsiitk In local chrome on your computer, you can download file with this code? Yeah, i am able to download it on my local but i am not...
@umihico on my local, it's working with below option ``` opts = Options() opts.add_argument("--headless") opts.add_argument('--no-sandbox') opts.add_argument("−−incognito") opts.add_argument("--disable-dev-shm-usage") opts.add_argument("--single-process") opts.add_argument('--start-maximized') opts.add_argument('--start-fullscreen') opts.add_argument("--window-size=1499x2200") opts.add_experimental_option('prefs', { "download.default_directory": os.getcwd(), "download.prompt_for_download": False, "download.directory_upgrade": True, "plugins.always_open_pdf_externally":...
@umihico Below are my local configuration. python==3.9 selenium==4.20.0 chrome browser is - Version 125.0.6422.141 (Official Build) (arm64)