🏠I.clearCookieOn this pageclearCookieAPIinterface I { clearCookie(cookieNames?: string | string[]): Promise<void>}Exampleimport { test } from '@pw-codeceptjs/test'test('Example', async ({ I }) => { await I.amOnPage('https://playwright.dev') await I.clearCookie()})