Franz Schünzel

Results 2 comments of Franz Schünzel

In my case, unfortunately, I can not just create another container. I had the same problem and found a very **simple solution** (though **not so pretty**): Media Queries for IE...

I use this for radio buttons until the feature is ready: ` await page.evaluate(() => { let radio = document.querySelector("#myRadio"); radio.click(); }); `