Replies: 4 comments 3 replies
-
How would we go about achieving this ? Is there a firefox or chrome headless package? Yes the idea is good but I'm not sure how practical that is. How hard do you think it'll be ? |
Beta Was this translation helpful? Give feedback.
-
then sure , its good. Btw the CI is failing with debug , idk why . |
Beta Was this translation helpful? Give feedback.
-
I once found a headless browser but it wasn't as robust as selenium... Also, didn't have the features to automate clicking |
Beta Was this translation helpful? Give feedback.
-
Locking this as we are moving away from browser usage for enrollment. |
Beta Was this translation helpful? Give feedback.
-
Not everyone wants to have the browser window open when running the script. It would also allow people who may not have a system to run using github actions or by using some free tiers on server providers.
We could add headless option to CLI to enable this:
--headless
.Adding that functionality to the browsers would be required if we want to have a full CI of all the different browsers as well.
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions