Seva Yatsyuk

Results 1 comments of Seva Yatsyuk

As a workaround you can use the .evaluate function ` .evaluate(() => { document.querySelector('html').style.overflow = 'hidden'; // hide scrollbar }) ` Kinda works this way...