-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hello,
I have tried web_generic.au3 autoit file to launch remote sessions using RemoteApp launcher.
when web_generic.exe starts execution, it gives black screen.
Kindly check below logs:
2023/06/26 16:22:43 -- HTTPRESULT: 0 2023/06/27 16:39:12 -- Starting web orchestration with loglevel:debug 2023/06/27 16:39:12 -- browser=Chrome 2023/06/27 16:39:12 -- Creating session with capabilities: {"capabilities": {"alwaysMatch": {"goog:chromeOptions": {"w3c": true, "excludeSwitches": [ "enable-automation"], "prefs": { "credentials_enable_service": false, "profile": { "password_manager_enabled": false}}} }}} 2023/06/27 16:39:13 -- HTTPRESULT: 0 2023/06/27 16:40:35 -- HTTPRESULT: 0 2023/06/27 16:40:38 -- HTTPRESULT: 200 2023/06/27 16:40:38 -- Session: 78d5abd7a56e5f8064233effeddb6c27 2023/06/27 16:41:01 -- Navigate HTTPRESULT: 500 2023/06/27 16:41:02 -- Navigate HTTPRESULT: 0
I have downloaded autoit file from this link: https://github.com/OneIdentity/SafeguardAutomation/blob/master/RDP%20Applications/AutoIt/web_generic/web_generic.au3
and passed this arguments in app publish
--args "1 chrome 192.168.1.17 v::#username::{username}||s::#secretkey::{password}||c::#login_button.primary {asset}"
RemoteApp Launcher version: V2.0
Please advise if there is mandatory change in autoit file or arguments.