-
-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File doesn't download in headless chrome #352
Comments
@umihico @aleksandar-devedzic I see you guys active here. Can you please help? |
@rishabhsiitk |
Yeah, i am able to download it on my local but i am not using headless-chrome instead the local chrome with below code
|
how about trying local again WITH the options? The diffs between envs should be minimized to debug. Also, you can try my repository instead of using this repository. It may work if this headless chrome is broken some how. the version of headless chrome is really old nowadays. |
@umihico on my local, it's working with below option
|
@umihico chrome browser is - Version 125.0.6422.141 (Official Build) (arm64) |
I am using docker image
public.ecr.aws/sam/build-python3.7
with following configurationselenium==4.0.0a5
urllib3==1.26.6
https://github.com/adieuadieu/serverless-chrome/releases/download/v1.0.0-37/stable-headless-chromium-amazonlinux-2017-03.zip
https://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip
and below is the code
file is not being download neither in
/tmp
(passed as default download directory) nor anywhere.Can someone guide/help with this issue?
The text was updated successfully, but these errors were encountered: