Reputation: 31
Or is it possible for any web browser in general to detect if screen is being duplicated on another display? Also Can a web browser know that the OS is begin run inside a virtual box?
Upvotes: 2
Views: 12324
Reputation: 1
There is a built-in JavaScript getScreenDetails() method that shows information about displays, including the monitor model. In your case, the words Vmware or Oracle Virtual Display may be there, which will arouse suspicion from the party taking the exam.
Upvotes: 0
Reputation: 1
Yes In chrome ,the screen mirroring on another display can be detected. Refer : https://developer.chrome.com/apps/system_display
Upvotes: -2