testb4 / flaui-bridge

Java.Net bridge for FlaUI library which helps with automated UI testing of Windows applications
1 stars 0 forks source link

Interested in exploring FlaUI desktop application automation with Java #1

Open vicozohili opened 9 months ago

vicozohili commented 9 months ago

I am conducting a POC on an existing framework that currently makes use of WinAppDriver (which is slow in finding objects from app root) to instead use FlaUI as a solution, however, I am facing below error:

java.lang.RuntimeException: FlaUI.Bridge.dll is not in classpath. at flaui.bridge.FlaUIBridge.getLibsDir(FlaUIBridge.java:23) at flaui.bridge.FlaUIBridge.init(FlaUIBridge.java:13) at com.trax.qa.util.managers.FlaUIManager.init(FlaUIManager.java:22) at com.trax.qa.cucumber.Hooks.onStartUp(Hooks.java:76)

How can generate the required dll or is this available in this repo?

ooktay commented 7 months ago

open the .Net project in flaui.bridge directory and build. this should produce the ddls.

AdityaRawatNagarro commented 6 months ago

@vicozohili were you able to resolve the issue?

@ooktay do we need to build it in visual studio or are you refering to a gradle build?