Is possible to have a selenium webdriver but without the headless mode?
I am trying to do that, i know no one is going to see that interface, and i dont need that, but i want to know if its posibble, because it gives me an error when i try to do that
Solution:Jump to solution
since it's a docker container it's my understanding that it needs to be headless
5 Replies
Project ID:
N/A
Solution
since it's a docker container it's my understanding that it needs to be headless
Yes, and do you think it is possible to like put a display server like xvfb, so it can run there? I am asking because i dont know if railway allow this
maybe you could do a virtual display, but honestly you are probably going down the wrong rabbit hole, why does it matter if it's headless or not
There are some things i want to try, but thanks, if a virtual display is possible in railway i wil try it