Hi there
Hope I can explain this clearly enough.
I use a pi4 to make online gym bookings for me.
I use Selenium to visit the gym's webpage and click the appropriate link.
It works fine but I'd like to be able to start the python script (and pass variables to it) remotely.
I can do it through VNC, but this seems inefficient.
Is there a way I could ssh into the pi and make a script run on the desktop? It's important it's run from the desktop environment as it needs a browser to run (the page uses javascript).
Does this make sense?