'Is it possible to simulate a browser version update?
I'm developing an add-on and I want to test how code that gets executed during the onInstalled event behaves after a browser version update.
Is there a way to simulate the browser update event, without waiting when an actual newer version of the browser will be out?
Solution 1:[1]
I don't find any way to simulate browser update event. Here I use Edge as an example. As a workaround, you can download Edge Canary version to test which updates everyday.
Besides, if your device is Microsoft AD domain joined, you can also configure this policy to roll back Edge version, then update it when you test.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Yu Zhou |
