I’d like to be able to use chromedriver from my Functions. Is it possible to do? I think it would possibly be combined with other products which is fine as long as the code to call it is from Functions.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
This comment has been deleted
you need to go to usr/local/bin folder and right-click chromeDriver file and open it. After this step, re-run your tests, chrome driver will work.
Hi there,
I believe that you might hit the maximum size of the built function which is 48 MB. See the Building Functions reference for details on the build process.
Do you have a sample of the function that you are planning to run? I can try deploying this and testing it out.
Best,
Bobby