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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...