Stefan Zabka

Results 206 comments of Stefan Zabka

https://github.com/mozilla/OpenWPM/blob/8dad9fd2129f8375575813baaa19992efdde47de/test/test_profile.py#L109-L134 If you add this command to the command sequence you can check whether the pref is set.

I just realized that this answer is a little short. Should I explain myself further or is this enough to get you going?

You can set the pref by using the BrowserParams like this: ```python browser_params[i].prefs = {"javascript.options.asyncstack": True} ``` Which I'm hoping is going to fix the issue.

Hmm, could you file a bug with Selenium then to see if maybe they can fix this?

Register exception handler on storage controller loop.

Hey, thanks for the well structured bug report! I haven't fully investigated this issue yet, but from what I see in the callstacks table, we seem to be still recording...

Maybe we can remove the remote connection by using the pref englehardt mentioned in #197

Could you check in log file if the storage_controller logs any useful debug messages there? The logs are always written to in debug mode, so there might be more useful...

localtest.me doesn't resolve anymore for me, so the tests keep failing locally. It appears that they are partially working when run on GitHub Actions but I'm still going to prioritize...

Another thing that weirds me out is that according to https://github.com/mozilla/OpenWPM/blob/cb95ecc05fb4618e4275faecbc62b84123ebf1b0/openwpm/Extension/webext-instrumentation/src/schema.ts#L149 this is supposed to be an optional DateTime and then we assign a string to it. (Aka why doesn't...