I am currently developping a selenium project and want it to always start the selenium Browser after Login, but by trying to put the script into /etc/profile it just gave me an error on startup:
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally
Is there any way to automatically run a python script at startup which can display things on the screen? If yes how is this achievable