Hello,
I need help please.
- If I start Google Chrome manually in Windows 10 and load the URL to the Citrix Workplace I get the input fields for username and password.
- If I start Google Chrome with Selenium and load the URL with the code below in Windows 10 I get the input fields for username and password.
- If I start Google Chrome manually in Windows Server 2016 and load the URL to the Citrix Workplace I get the input fields for username and password.
- If I start Google Chrome with Selenium and load the URL with the code below in Windows Server 2016 I get the button "Detect Citrix Workspace app"
Why do I not get the input fields if I load the browser with selenium?
All works fine on the same system if I made everything manually!
The workspace app is installed on this system and will be found if I made everything manually but will not befound if I start the browser with selenium.
This is the code:
Dim Driver As New ChromeDriver
Driver.Start "Chrome"
Driver.Get "https://workplace.[...]/Citrix/[...]/"