We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f3d246 commit cab6301Copy full SHA for cab6301
1 file changed
pages/playwright/index.html
@@ -55,6 +55,7 @@ <h2>Usefull snippets</h2>
55
return window.getComputedStyle(el).getPropertyValue("background-color");
56
});
57
const outerHTML = await firstElement.evaluate((el) => el.outerHTML);
58
+ const innerHTML = await firstElement.evaluate((el) => el.innerHTML);
59
60
// select in Web Component
61
const section = await page.locator("center-and-height-resizer").locator(".buttons-container");
0 commit comments