vinsguru / pdf-util

PDF Compare Utility
98 stars 69 forks source link

IE script failing when VDI(Virtual Machine) and Cloud get disconnected. #10

Closed madhur-dumane closed 6 years ago

madhur-dumane commented 6 years ago

Java Selenium- We use either Virtual Machine or cloud to run Scripts.

Virtual Machine- When we actually working on Virtual machine it means when it is active then scripts are passing but when virtual Machine disconnect(disconnection might be because of any reason like we manually disconnected or machine shut down or suppose if I just locked machine and went then after some time it will disconnect automatically.) that time scripts are failing. When analyzed then got to know that its just opening IE browser then entering url but after that its not entering username password not even clicking button nothing is happening and scripts are failing.

Cloud: on aloud also we facing similar issue as I mentioned above for VM but additional to that for VM when you lock(windows+L) machine then it is working fine till VM get disconnect but for cloud even if you lock or even minimize that cloud then also scripts are failing.

Note: Chrome scripts are working fine in any condition.

madhur-dumane commented 6 years ago

Can anyone has solution on this?

vinsguru commented 6 years ago

@madhur-dumane is it anything to do with pdf-util? I think you should raise this issue in the selenium community!!

madhur-dumane commented 6 years ago

ok.Thanks