I want my windows service to use selenium for some automation inside a website, is there a way to achieve this? any help would be appreciated.
Asked
Active
Viewed 224 times
0
-
I use [Selenium.WebDriver](https://www.nuget.org/packages/Selenium.WebDriver). It is easy to implement and it doesn't need to run Selenium server. – David Pivovar Feb 29 '20 at 10:08
-
@AthanasiosKataras I want to use Selenium web driver not selenium server, or is it the only option? – Roman Sterlin Feb 29 '20 at 10:25
-
@DavidPivovar I use Selenium.WebDriver right now it doesn't work within a window service, does it work for you running as a service? – Roman Sterlin Feb 29 '20 at 10:25
-
No it is not possible as it's shown in the answers. There are some applicaitons and workarounds but I haven't used them and I can't vouch for them. – Athanasios Kataras Feb 29 '20 at 10:29