Is it possible to deploy Selenium without headless mode on a streamlit cloud?
What happened when you tried?
Running a browser without headless mode depends on other software that might not be installed in Streamlit Cloud, so don’t be surprised if it doesn’t work.
I am scraping a type of data from a site that is not possible in headless mode, so I am asking if there is such a possibility?
And if possible, what is the solution?
If it is possibe (which I don’t know) the solution would be not telling selenium to use headless mode.
It is possible to tell Selenium to disable headless mode, but considering that there is no graphical interface in streamlit cloud, I doubt it will work and I think there is another solution.
I doubt it too, for the reason I stated above, but there is only one way to know for sure. Even if it doesn’t work, there might be error messages or warnings suggesting other things to try.