-
Updated
Dec 4, 2021 - JavaScript
Playwright
Playwright provides a set of APIs to automate Chromium, Firefox, and WebKit browsers. By using the Playwright API, you can write scripts to create new browser pages, navigate to URLs, and interact with elements on a page. Along with a test runner, Playwright can be used to automate user interactions to validate and test web applications.
Here are 323 public repositories matching this topic...
-
Updated
Nov 24, 2021 - JavaScript
-
Updated
Dec 2, 2021 - Python
-
Updated
Nov 16, 2021 - TypeScript
-
Updated
Jan 28, 2021 - JavaScript
-
Updated
Jun 9, 2021 - TypeScript
I am trying to use this
https://playwright.dev/docs/1.14/api/class-locator
But type Page doesn't have a Locator method. I see many generated structs related to the Locator API but not the locator struct/interface itself.
was this intentionally left out because it's not doable yet or can this be added?
-
Updated
Sep 30, 2021 - TypeScript
-
Updated
Dec 2, 2021 - Java
-
Updated
Nov 2, 2021 - Vue
Pixelmatch dimention
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
May 17, 2021 - TypeScript
-
Updated
Nov 13, 2021 - Python
-
Updated
Jun 11, 2021 - TypeScript
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Nov 16, 2021 - HTML
-
Updated
Jul 13, 2021
-
Updated
Dec 4, 2021 - TypeScript
-
Updated
Aug 30, 2021 - TypeScript
Describe the issue
We want to use 2 plugins to prettify commits,
1.) https://github.com/trivago/prettier-plugin-sort-imports
2.) https://www.npmjs.com/package/prettier-plugin-tailwind.
Related:-
These plugin are not working as exepected due to trivago/prettier-plugin-sort-imports#33
What's expected behaviour
Prettier plugin should work and prettify f
-
Updated
Nov 18, 2021 - Python
The current mock mechanism is "strict" regarding trailing slashes:
mockiavelli.mockGET('/example', {status: 200})
// GET /example/ => 404
This behaviour should be at least configurable to allow ignoring trailing slashes:
const mockiavelli = await Mockiavelli.setup(page, {ignoreTrailingSlashes: true});
mockiavelli.mockGET('/example', {status: 200})
// GET /example/ => 200
-
Updated
Nov 3, 2021 - TypeScript
-
Updated
Nov 30, 2021 - TypeScript
Created by Microsoft
Released January 31, 2020
Latest release 2 days ago
- Repository
- microsoft/playwright
- Website
- playwright.dev
What are you trying to achieve?
export
DataTableand other cucumber-related types such that we can use it in step definitionsWhat do you get instead?
I need to manually define it on our own