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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion dotnet/docs/actionability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Auto-waiting"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';

## Introduction

Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api-testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "API testing"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';

## Introduction

Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-accessibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Accessibility"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


:::warning[Deprecated]
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-apirequest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "APIRequest"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Exposes API that can be used for the Web API testing. This class is used for creating [APIRequestContext] instance which in turn can be used for sending web requests. An instance of this class can be obtained via [Playwright.APIRequest](/api/class-playwright.mdx#playwright-request). For more information see [APIRequestContext].
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-apirequestcontext.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "APIRequestContext"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


This API is used for the Web API testing. You can use it to trigger API endpoints, configure micro-services, prepare environment or the service to your e2e test.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-apiresponse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "APIResponse"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


[APIResponse] class represents responses returned by [ApiRequestContext.GetAsync()](/api/class-apirequestcontext.mdx#api-request-context-get) and similar methods.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-apiresponseassertions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "APIResponseAssertions"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The [APIResponseAssertions] class provides assertion methods that can be used to make assertions about the [APIResponse] in the tests.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-browser.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Browser"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


A Browser is created via [BrowserType.LaunchAsync()](/api/class-browsertype.mdx#browser-type-launch). An example of using a [Browser] to create a [Page]:
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-browsercontext.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "BrowserContext"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


BrowserContexts provide a way to operate multiple independent browser sessions.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-browsertype.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "BrowserType"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


BrowserType provides methods to launch a specific browser instance or connect to an existing one. The following is a typical example of using Playwright to drive automation:
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-cdpsession.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "CDPSession"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The `CDPSession` instances are used to talk raw Chrome Devtools Protocol:
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-cdpsessionevent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "CDPSessionEvent"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


[CDPSessionEvent] objects are returned by page via the [CdpSession.Event()](/api/class-cdpsession.mdx#cdp-session-event) method.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-clock.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Clock"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Accurately simulating time-dependent behavior is essential for verifying the correctness of applications. Learn more about [clock emulation](../clock.mdx).
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-consolemessage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "ConsoleMessage"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


[ConsoleMessage] objects are dispatched by page via the [Page.Console](/api/class-page.mdx#page-event-console) event. For each console message logged in the page there will be corresponding event in the Playwright context.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-dialog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Dialog"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


[Dialog] objects are dispatched by page via the [Page.Dialog](/api/class-page.mdx#page-event-dialog) event.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Download"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


[Download] objects are dispatched by page via the [Page.Download](/api/class-page.mdx#page-event-download) event.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-elementhandle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "ElementHandle"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';

* extends: [JSHandle]

Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-filechooser.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "FileChooser"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


[FileChooser] objects are dispatched by the page in the [Page.FileChooser](/api/class-page.mdx#page-event-file-chooser) event.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-formdata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "FormData"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The [FormData] is used create form data that is sent via [APIRequestContext].
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-frame.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Frame"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


At every point of time, page exposes its current frame tree via the [Page.MainFrame](/api/class-page.mdx#page-main-frame) and [Frame.ChildFrames](/api/class-frame.mdx#frame-child-frames) methods.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-framelocator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "FrameLocator"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


FrameLocator represents a view to the `iframe` on the page. It captures the logic sufficient to retrieve the `iframe` and locate elements in that iframe. FrameLocator can be created with either [Locator.ContentFrame](/api/class-locator.mdx#locator-content-frame), [Page.FrameLocator()](/api/class-page.mdx#page-frame-locator) or [Locator.FrameLocator()](/api/class-locator.mdx#locator-frame-locator) method.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-jshandle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "JSHandle"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


JSHandle represents an in-page JavaScript object. JSHandles can be created with the [Page.EvaluateHandleAsync()](/api/class-page.mdx#page-evaluate-handle) method.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-keyboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Keyboard"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Keyboard provides an api for managing a virtual keyboard. The high level api is [Keyboard.TypeAsync()](/api/class-keyboard.mdx#keyboard-type), which takes raw characters and generates proper `keydown`, `keypress`/`input`, and `keyup` events on your page.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-locator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Locator"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Locators are the central piece of Playwright's auto-waiting and retry-ability. In a nutshell, locators represent a way to find element(s) on the page at any moment. A locator can be created with the [Page.Locator()](/api/class-page.mdx#page-locator) method.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-locatorassertions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "LocatorAssertions"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The [LocatorAssertions] class provides assertion methods that can be used to make assertions about the [Locator] state in the tests.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-mouse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Mouse"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The Mouse class operates in main-frame CSS pixels relative to the top-left corner of the viewport.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Page"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Page provides methods to interact with a single tab in a [Browser], or an [extension background page](https://developer.chrome.com/extensions/background_pages) in Chromium. One [Browser] instance might have multiple [Page] instances.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-pageassertions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "PageAssertions"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The [PageAssertions] class provides assertion methods that can be used to make assertions about the [Page] state in the tests.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-playwright.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Playwright"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Playwright module provides a method to launch a browser instance. The following is a typical example of using Playwright to drive automation:
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-playwrightassertions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "PlaywrightAssertions"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Playwright gives you Web-First Assertions with convenience methods for creating assertions that will wait and retry until the expected condition is met.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-request.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Request"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Whenever the page sends a request for a network resource the following sequence of events are emitted by [Page]:
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-response.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Response"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


[Response] class represents responses which are received by page.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-route.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Route"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Whenever a network route is set up with [Page.RouteAsync()](/api/class-page.mdx#page-route) or [BrowserContext.RouteAsync()](/api/class-browsercontext.mdx#browser-context-route), the `Route` object allows to handle the route.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-selectors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Selectors"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Selectors can be used to install custom selector engines. See [extensibility](../extensibility.mdx) for more information.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-timeouterror.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "TimeoutError"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';

* extends: [Error]

Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-touchscreen.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Touchscreen"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The Touchscreen class operates in main-frame CSS pixels relative to the top-left corner of the viewport. Methods on the touchscreen can only be used in browser contexts that have been initialized with `hasTouch` set to true.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-tracing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Tracing"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


API for collecting and saving Playwright traces. Playwright traces can be opened in [Trace Viewer](../trace-viewer.mdx) after Playwright script runs.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-video.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Video"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


When browser context is created with the `recordVideo` option, each page has a video object associated with it.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-weberror.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "WebError"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


[WebError] class represents an unhandled exception thrown in the page. It is dispatched via the [BrowserContext.WebError](/api/class-browsercontext.mdx#browser-context-event-web-error) event.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-websocket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "WebSocket"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The [WebSocket] class represents WebSocket connections within a page. It provides the ability to inspect and manipulate the data being transmitted and received.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-websocketframe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "WebSocketFrame"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The [WebSocketFrame] class represents frames sent over [WebSocket] connections in the page. Frame payload is returned by either [WebSocketFrame.Text](/api/class-websocketframe.mdx#web-socket-frame-text) or [WebSocketFrame.Binary](/api/class-websocketframe.mdx#web-socket-frame-binary) method depending on the its type.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-websocketroute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "WebSocketRoute"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


Whenever a [`WebSocket`](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) route is set up with [Page.RouteWebSocketAsync()](/api/class-page.mdx#page-route-web-socket) or [BrowserContext.RouteWebSocketAsync()](/api/class-browsercontext.mdx#browser-context-route-web-socket), the `WebSocketRoute` object allows to handle the WebSocket, like an actual server would do.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/api/class-worker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Worker"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';


The Worker class represents a [WebWorker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API). `worker` event is emitted on the page object to signal a worker creation. `close` event is emitted on the worker object when the worker is gone.
Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/aria-snapshots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Snapshot testing"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';

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

Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Authentication"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';

## Introduction

Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/browser-contexts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Isolation"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';

## Introduction

Expand Down
1 change: 0 additions & 1 deletion dotnet/docs/browsers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Browsers"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';

## Introduction

Expand Down
3 changes: 1 addition & 2 deletions dotnet/docs/ci-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ title: "Setting up CI"
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import HTMLCard from '@site/src/components/HTMLCard';
import ProgressiveImage from '@theme/ProgressiveImage';

## Introduction

Expand Down Expand Up @@ -84,7 +83,7 @@ Clicking on the workflow run shows you all the actions that GitHub performed and
You can upload Traces which get created on your CI like GitHub Actions as artifacts. This requires [starting and stopping the trace](./trace-viewer-intro#recording-a-trace). We recommend only recording traces for failing tests. Once your traces have been uploaded to CI, they can then be downloaded and opened using [trace.playwright.dev](https://trace.playwright.dev), which is a statically hosted variant of the Trace Viewer. You can upload trace files using drag and drop.

######
<ProgressiveImage image={require("../images/getting-started/trace-viewer-failed-test.png")} alt="playwright trace viewer" />
![playwright trace viewer](../images/getting-started/trace-viewer-failed-test.png)

## Properly handling Secrets

Expand Down
Loading
Loading