singhbrijyot91

Results 3 comments of singhbrijyot91

For my desktop appliction (.NET), winium takes around 2 minutes to identify a single object. I am new to desktop automation, wanted to know whether its the standard time taken...

I am also getting the same error. Above suggestions doesnt seems to work. Any fix for this ?

I am using the same code as above, but still getting the error. System.setProperty("webdriver.winium.driver.desktop", "J:\\workspace\\behaviourFin\\Winium.Desktop.Driver.exe"); DesktopOptions options=new DesktopOptions(); options.setApplicationPath("C:\\Users\\A621934\\FMW\\MyApp.exe"); File driverPath=new File("J:\\workspace\\behaviourFin\\Winium.Desktop.Driver.exe"); WiniumDriverService service=new WiniumDriverService.Builder().usingDriverExecutable(driverPath).usingPort(9999). withVerbose(true).withSilent(false).buildDesktopService(); WiniumDriver driver=new WiniumDriver(service,options); This...