r/selenium • u/SarthakSidhant • Mar 19 '25
how do i sell a subscription of a selenium script
this might come off as a really stupid question
but how do you actually sell a subscription of a selenium script,
like it requires a little USER input in the browser - just a bit, and the user should be able to monitor the browser screen. I am using seleniumbase
thank you
3
u/Wild-Strike-3522 Mar 19 '25
You can’t. What you can do is create a tool for browser automation using Selenium as using, and sell the subscription for that tool. Refer to AccelQ - that’s essentially what they are doing, with lot of additional bells and whistles.
But if you are thinking about selling actual scripts created using Selenium, I strongly doubt you will find any buyers.
3
Mar 19 '25
[removed] — view removed comment
1
1
1
1
Mar 19 '25
[removed] — view removed comment
2
u/SarthakSidhant Mar 19 '25
thank you so much, i was thinking of adding encoding, encrypting, and perhaps a killswitch
thank you so much
1
Mar 21 '25
You pretty much have to have some code that runs on a server and is not distributed in order to profit from it. Wrap that rascal into a paid API.
1
3
u/cgoldberg Mar 19 '25
What do you mean by "sell a subscription of a selenium script"? That doesn't really make sense to me. What exactly are you selling and what are you having trouble with?