You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you directly use the Java Access Bridge python package to do the initialization and send the logs from there? Unfortunately the Robot Framework library implementation hides the init failure.
im using java access bridge in robot framework executing simple script
*** Settings ***
Library RPA.JavaAccessBridge
Library Process
*** Tasks ***
Write text into Swing application
Start Process java -jar ProcessTray.jar
... shell=${TRUE}
... cwd=C:\Users\PC\Desktop\dist_process_tray_7_10_2021
Select Window Autophere
Getting this issue: Failed to initialize Java Access Bridge Wrapper
java access bridge i enabled.
.dll is set as env variable
any solution?
The text was updated successfully, but these errors were encountered: