hover() // Locate tooltip div and get the tooltip text const tooltipTxt = await page.locator('.ui-tooltip-content').textContent() // Verify ...
確定! 回上一頁