JavaScript waitForTime

added by JavaScript Kicks
11/7/2019 8:21:15 AM

954 Views

I write a lot of tests for new features within Firefox DevTools. We have hundreds of "mochitests" which open the browser and perform synthetic actions like clicking, typing, and other user actions. I've previously written about waitForever which essentially halts following actions without locking the browser.


0 comments