i really love to write some testcases with dalek for an app which needs to know the location of the user.
the app checks for geolocationsupport by checking the truethieness of navigator.geolocation. a fallback via userinput is given.
so dalek (most likely phantomjs) hangs at the point where permision for geolocation is asked since the browser seems to be geolocation-aware.
i don't need to use the browsers geolocation-functions if it is not (yet) possible, but i like to get a non-truethie value for navigator.geolocation if this is not possible.
do i have some options to get around this problem without touchiing the app itself?
thanks