We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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.
The text was updated successfully, but these errors were encountered:
Hi @memad-oneidentity , I see that this is an old issue. Has this been resolved? Maybe it was related to an incompatible web driver? Thanks
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: