I want to write some tests using the Ranorex automation framework. In order for Ranorex to parse the HTML text within Chrome's CEF, CEF debugging needs to be enabled.
Is there a command-line argument that I can pass to my uniface app, that enables a port for CEF debugging?
I have tried the following without success:
uniface.exe /deb=TCP:localhost+8081:create myapp
uniface.exe /deb=TCP:localhost+8081:wait myapp
uniface.exe /deb=TCP:localhost+8081:nowait myapp
uniface.exe -–remote-debugging-port=8081 myapp
This is the precise error message my testing framework gives me:
UI elements in your CEF AUT (Application Under Test) can’t be identified because the remote debugging port isn’t enabled in your AUT or can’t be found. Make sure you’ve enabled it and set it to 8081.