- I Connected to VM by RemoteDesktop
- Triggered Chrome browser (latest Version 66.0.3359.139) through Selenium - Java
- Launch the login page (which has UserName and Password fields in it). Put some hard sleep for 5 seconds
- Minimize my window for VM before script enters UserName or Password
- I got an issue, Unable to enter UserName and Password after Step 4 where the script fails. I observed it like Chrome lost its focus when I minimize the VM window and this is causing the issue
Can someone help me on this?