privacytests / privacytests.org

Source code for privacytests.org. Includes browser testing code and site rendering.
https://privacytests.org
MIT License
871 stars 25 forks source link

Fix mouseEvent.screenX and screenY so that it doesn't fail in Tor Browser. #9

Open arthuredelstein opened 6 years ago

arthur-mozilla commented 3 years ago

We need to use selenium to generate a mouse click (or mouseover or similar), instead of creating a fake mouse event from JS.