agenius5
agenius5

Reputation: 31

Can a website (on chrome) detect if screen mirroring is turned on in windows 10?

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

Answers (2)

Aleksandr
Aleksandr

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

Prashant009
Prashant009

Reputation: 1

Yes In chrome ,the screen mirroring on another display can be detected. Refer : https://developer.chrome.com/apps/system_display

Upvotes: -2

Related Questions