This is the default/basic code I write when I want to go to a page and click on an element:
await page.goto(\'url\'); let selector = \'div.MyClass\'; await page.w