Is there currently any way to run selenium (or any other browser) within the python environment on Render?
The main obstacle seems that it’s not possible to install any browser currently.
apt install firefox
returns:
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
Hi there, It’s not possible to install additional dependencies in our native environments, you’d need to change to a Docker deployment which you will have full control of,
Regards,
John B
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.