I am trying to use selenium in a cloud function but i am unable to get it working because of the chrome driver installation..
if i create a tar.gz of this folder then should i use userlib/chromedriver path
btw its a headless option type
but ig i will also need to install more dependencies?
eitherway i decided to not use selenium or web driver related stuff since it got solved with requests + user agents
Looks like you’re using the Windows chromedriver… that’s not going to work in a cloud function
yes true
locally i am testing on windows
i tried various approaches like using this Webdriver Manager for installing chrome driver while running the script
but ig on a linux vps i will also have to perform other dependency installations so i just ditched it at the end
Recommended threads
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- Provider error when creating a function ...