Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# 🎭 Playwright

[![npm version](https://img.shields.io/npm/v/playwright.svg)](https://www.npmjs.com/package/playwright) <!-- GEN:chromium-version-badge -->[![Chromium version](https://img.shields.io/badge/chromium-145.0.7632.26-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge -->[![Firefox version](https://img.shields.io/badge/firefox-146.0.1-blue.svg?logo=firefoxbrowser)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> <!-- GEN:webkit-version-badge -->[![WebKit version](https://img.shields.io/badge/webkit-26.0-blue.svg?logo=safari)](https://webkit.org/)<!-- GEN:stop --> [![Join Discord](https://img.shields.io/badge/join-discord-informational)](https://aka.ms/playwright/discord)
[![npm version](https://img.shields.io/npm/v/playwright.svg)](https://www.npmjs.com/package/playwright) <!-- GEN:chromium-version-badge -->[![Chromium version](https://img.shields.io/badge/chromium-146.0.7680.0-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge -->[![Firefox version](https://img.shields.io/badge/firefox-146.0.1-blue.svg?logo=firefoxbrowser)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> <!-- GEN:webkit-version-badge -->[![WebKit version](https://img.shields.io/badge/webkit-26.0-blue.svg?logo=safari)](https://webkit.org/)<!-- GEN:stop --> [![Join Discord](https://img.shields.io/badge/join-discord-informational)](https://aka.ms/playwright/discord)

## [Documentation](https://playwright.dev) | [API reference](https://playwright.dev/docs/api/class-playwright)

Playwright is a framework for Web Testing and Automation. It allows testing [Chromium](https://www.chromium.org/Home)<sup>1</sup>, [Firefox](https://www.mozilla.org/en-US/firefox/new/) and [WebKit](https://webkit.org/) with a single API. Playwright is built to enable cross-browser web automation that is **ever-green**, **capable**, **reliable**, and **fast**.

| | Linux | macOS | Windows |
| :--- | :---: | :---: | :---: |
| Chromium<sup>1</sup> <!-- GEN:chromium-version -->145.0.7632.26<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Chromium<sup>1</sup> <!-- GEN:chromium-version -->146.0.7680.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| WebKit <!-- GEN:webkit-version -->26.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Firefox <!-- GEN:firefox-version -->146.0.1<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |

Expand Down
9 changes: 6 additions & 3 deletions docs/src/release-notes-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Release notes"
toc_max_heading_level: 2
---

import LiteYouTube from '@site/src/components/LiteYouTube';

## Version 1.58

### UI Mode and Trace Viewer Improvements
Expand Down Expand Up @@ -1264,9 +1266,10 @@ This version was also tested against the following stable channels:

## Version 1.24

<div className="embed-youtube">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/9F05o1shxcY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<LiteYouTube
id="9F05o1shxcY"
title="Playwright 1.24"
/>

### 🐂 Debian 11 Bullseye Support

Expand Down
9 changes: 6 additions & 3 deletions docs/src/release-notes-java.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Release notes"
toc_max_heading_level: 2
---

import LiteYouTube from '@site/src/components/LiteYouTube';

## Version 1.58

### UI Mode and Trace Viewer Improvements
Expand Down Expand Up @@ -1297,9 +1299,10 @@ This version was also tested against the following stable channels:

## Version 1.24

<div className="embed-youtube">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/9F05o1shxcY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<LiteYouTube
id="9F05o1shxcY"
title="Playwright 1.24"
/>

### 🐂 Debian 11 Bullseye Support

Expand Down
9 changes: 6 additions & 3 deletions docs/src/release-notes-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Release notes"
toc_max_heading_level: 2
---

import LiteYouTube from '@site/src/components/LiteYouTube';

## Version 1.58

### UI Mode and Trace Viewer Improvements
Expand Down Expand Up @@ -1208,9 +1210,10 @@ This version was also tested against the following stable channels:

## Version 1.24

<div className="embed-youtube">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/9F05o1shxcY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<LiteYouTube
id="9F05o1shxcY"
title="Playwright 1.24"
/>

### 🐂 Debian 11 Bullseye Support

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions packages/devtools/src/devtools.css
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,14 @@
min-height: 0;
}

.viewport-main {
flex: 1;
display: flex;
flex-direction: column;
position: relative;
min-width: 0;
}

.screen {
position: relative;
outline: none;
Expand Down Expand Up @@ -315,3 +323,58 @@
.capture-hint.visible {
opacity: 1;
}

.capture-hint code {
color: var(--accent);
font-family: 'SF Mono', 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
margin-left: 4px;
}

.inspector-panel {
width: 50%;
min-width: 300px;
max-width: calc(100% - 320px);
display: flex;
flex-direction: column;
border-left: 1px solid var(--bg-elevated);
flex: none;
overflow: hidden;
position: relative;
}

.inspector-grip {
position: absolute;
left: -4px;
top: 0;
bottom: 0;
width: 8px;
cursor: col-resize;
z-index: 10;
touch-action: none;
}

.inspector-grip::before {
content: '';
position: absolute;
left: 3px;
top: 0;
bottom: 0;
width: 1px;
background: var(--bg-elevated);
}

.inspector-grip:hover::before {
background: var(--accent);
}

.inspector-frame {
width: 100%;
height: 100%;
border: none;
background: var(--bg);
}

.nav-btn.active-toggle {
color: var(--accent);
background: rgba(138, 180, 248, 0.12);
}
Loading
Loading