I would like to create/edit SAPGUI scripts in Eclipse as part of a Java/JavaScript project. Then I want to run the script against an SAP System Connection (defined in Eclipse).
How can I connect to SAP GUI from Java (without Windows dlls!)
We can launch scripts against JavaGUI with guistart -f /pathto/testscript
Is there any API/documentation for an already-running instance of JavaGUI on Mac/Linux? How can we attach to this process from a Java process to control the GUI?
Stuff I already tried/read:
Any guidance would be appreciated!