#Playwright #Vuetify `page.check`でoptionに`{force: true}`を指定すると動く。 ``` await page.check('data-test-id=debug-toggle', { force: true }) ```