ankurb9

Results 2 comments of ankurb9

I faced same issue... How I resolved this is I used below lines to start the service . WiniumDriverService service = new WiniumDriverService.Builder() .usingDriverExecutable(new File(System.getProperty("user.dir")+"\\Drivers\\Winium.Desktop.Driver-1.6.exe")) .usingPort(9999) .withVerbose(true) .withSilent(false) .buildDesktopService(); service.start();...

Here you got to task manager and kill the process **winium.desktop.driver** it will work. one port will handle only 1 service. also add the below line in your @aftersuit -...