I cannot use ghost-cursor with playwright
const page = await context.newPage() const cursor = await createCursor(page) await cursor.click(buttonSelector)
result:
TypeError: Cannot read properties of undefined (reading 'objectId')