playwright
Here are 130 public repositories matching this topic...
After the introduction of Public workers API, run-workers can be refracted with the help of this API. This will help us to make enhancements and fixes on workers seamlessly.
-
Updated
Nov 5, 2020 - TypeScript
-
Updated
Nov 13, 2020 - Python
First of all, thank you for what you've done already! Now to the question: can the tool generate code in Python so that it can be used with Playwright Python (https://github.com/microsoft/playwright-python)?
And if it's not, is it planned to be added?
-
Updated
Nov 8, 2020 - Vue
-
Updated
Nov 12, 2020 - C#
-
Updated
Nov 9, 2020 - TypeScript
-
Updated
Nov 9, 2020 - JavaScript
-
Updated
Nov 11, 2020 - TypeScript
-
Updated
Sep 23, 2020 - TypeScript
-
Updated
Nov 12, 2020 - TypeScript
-
Updated
Nov 1, 2020 - Go
-
Updated
Nov 7, 2020 - HTML
-
Updated
Oct 9, 2020 - JavaScript
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Nov 10, 2020 - Python
-
Updated
Oct 23, 2020
-
Updated
Nov 10, 2020 - TypeScript
I need new assertion checking the count of elements which the selector matches.
It's very useful to verify the count of elements.
// before
await page.waitForSelector(selector);
const count = await page.$$eval(selector, (el) => el.length);
expect(count).toBe(1);
// after
await expect(page).toHaveCount(selector, 1)
It might be better to co
-
Updated
Nov 7, 2020 - TypeScript
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Jul 11, 2020 - JavaScript
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Aug 4, 2020 - TypeScript
-
Updated
Nov 11, 2020 - TypeScript
-
Updated
Oct 27, 2020 - TypeScript
-
Updated
May 6, 2020 - HTML
Improve this page
Add a description, image, and links to the playwright topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the playwright topic, visit your repo's landing page and select "manage topics."
The following was generated by headless-recorder
But since
\already means escape next char in javascript the\also need escaping: