marindedic
Results
1
comments of
marindedic
> for someone > > ```js > await page.addInitScript(()=>{ > window.localStorage.setItem('key', 'value'); > }); > ``` This should be put in the beforeAll/beforeEach block? Because I have done it that...