Ubuntu – When running headless selenium in cron, got error "Pyperclip could not find a copy/paste mechanism for your system"
I have implemented a selenium script in Python to upload some pictures and content to Facebook, which I named FBUpload.py. When I launch it this way, it works perfectly (in headless mode): Xvfb :10 -ac & python3 /home/someuser/scripts/FBUpload.py Problem is,…