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
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions community/0-welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Join our community [Discord Server](https://aka.ms/playwright/discord) to connec

Join our community on [LinkedIn](https://www.linkedin.com/company/playwrightweb/) to connect with other developers and hear the latest news about Playwright.

## Stack Overflow {#stack-overflow}
## Stack Overflow {/* #stack-overflow */}

Read through the [existing questions](https://stackoverflow.com/tags/playwright) tagged with **playwright** or [ask your own](https://stackoverflow.com/questions/ask?tags=playwright)!

Expand All @@ -42,10 +42,10 @@ Check out our [YouTube channel](https://www.youtube.com/channel/UC46Zj8pDH5tDosq

Follow our [Blog](https://dev.to/playwright) on dev.to for official posts on Playwright.

## News {#news}
## News {/* #news */}

For the latest news about Playwright, [follow **@playwrightweb** on Twitter](https://twitter.com/playwrightweb).

## Playwright Training {#training}
## Playwright Training {/* #training */}

Learn how to [Build Your first end-to-end test with Playwright](https://learn.microsoft.com/en-us/training/modules/build-with-playwright/) on Microsoft Learn.
2 changes: 1 addition & 1 deletion dotnet/docs/api/class-apirequest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Exposes API that can be used for the Web API testing. This class is used for cre

## Methods

### NewContextAsync {#api-request-new-context}
### NewContextAsync {/* #api-request-new-context */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequest.NewContextAsync</x-search>

Expand Down
22 changes: 11 additions & 11 deletions dotnet/docs/api/class-apirequestcontext.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you want API requests that do **not** share cookies with the browser, create

## Methods

### CreateFormData {#api-request-context-create-form-data}
### CreateFormData {/* #api-request-context-create-form-data */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.23</font><x-search>apiRequestContext.CreateFormData</x-search>

Expand All @@ -43,7 +43,7 @@ ApiRequestContext.CreateFormData

---

### DeleteAsync {#api-request-context-delete}
### DeleteAsync {/* #api-request-context-delete */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequestContext.DeleteAsync</x-search>

Expand Down Expand Up @@ -103,7 +103,7 @@ await ApiRequestContext.DeleteAsync(url, options);

---

### DisposeAsync {#api-request-context-dispose}
### DisposeAsync {/* #api-request-context-dispose */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequestContext.DisposeAsync</x-search>

Expand All @@ -126,7 +126,7 @@ await ApiRequestContext.DisposeAsync(options);

---

### FetchAsync {#api-request-context-fetch}
### FetchAsync {/* #api-request-context-fetch */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequestContext.FetchAsync</x-search>

Expand Down Expand Up @@ -209,7 +209,7 @@ await Request.FetchAsync("https://example.com/api/uploadScript", new() { Method

---

### GetAsync {#api-request-context-get}
### GetAsync {/* #api-request-context-get */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequestContext.GetAsync</x-search>

Expand Down Expand Up @@ -276,7 +276,7 @@ await request.GetAsync("https://example.com/api/getText", new() { Params = query

---

### HeadAsync {#api-request-context-head}
### HeadAsync {/* #api-request-context-head */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequestContext.HeadAsync</x-search>

Expand Down Expand Up @@ -336,7 +336,7 @@ await ApiRequestContext.HeadAsync(url, options);

---

### PatchAsync {#api-request-context-patch}
### PatchAsync {/* #api-request-context-patch */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequestContext.PatchAsync</x-search>

Expand Down Expand Up @@ -396,7 +396,7 @@ await ApiRequestContext.PatchAsync(url, options);

---

### PostAsync {#api-request-context-post}
### PostAsync {/* #api-request-context-post */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequestContext.PostAsync</x-search>

Expand Down Expand Up @@ -485,7 +485,7 @@ await request.PostAsync("https://example.com/api/uploadScript", new() { Multipar

---

### PutAsync {#api-request-context-put}
### PutAsync {/* #api-request-context-put */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequestContext.PutAsync</x-search>

Expand Down Expand Up @@ -545,7 +545,7 @@ await ApiRequestContext.PutAsync(url, options);

---

### StorageStateAsync {#api-request-context-storage-state}
### StorageStateAsync {/* #api-request-context-storage-state */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiRequestContext.StorageStateAsync</x-search>

Expand Down Expand Up @@ -573,7 +573,7 @@ await ApiRequestContext.StorageStateAsync(options);

## Properties

### Tracing {#api-request-context-tracing}
### Tracing {/* #api-request-context-tracing */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.60</font><x-search>apiRequestContext.Tracing</x-search>

Expand Down
24 changes: 12 additions & 12 deletions dotnet/docs/api/class-apiresponse.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import HTMLCard from '@site/src/components/HTMLCard';

## Methods

### BodyAsync {#api-response-body}
### BodyAsync {/* #api-response-body */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.BodyAsync</x-search>

Expand All @@ -31,7 +31,7 @@ await ApiResponse.BodyAsync();

---

### DisposeAsync {#api-response-dispose}
### DisposeAsync {/* #api-response-dispose */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.DisposeAsync</x-search>

Expand All @@ -48,7 +48,7 @@ await ApiResponse.DisposeAsync();

---

### Headers {#api-response-headers}
### Headers {/* #api-response-headers */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.Headers</x-search>

Expand All @@ -65,7 +65,7 @@ ApiResponse.Headers

---

### HeadersArray {#api-response-headers-array}
### HeadersArray {/* #api-response-headers-array */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.HeadersArray</x-search>

Expand All @@ -88,7 +88,7 @@ ApiResponse.HeadersArray

---

### JsonAsync {#api-response-json}
### JsonAsync {/* #api-response-json */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.JsonAsync</x-search>

Expand All @@ -107,7 +107,7 @@ await ApiResponse.JsonAsync();

---

### Ok {#api-response-ok}
### Ok {/* #api-response-ok */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.Ok</x-search>

Expand All @@ -124,7 +124,7 @@ ApiResponse.Ok

---

### SecurityDetailsAsync {#api-response-security-details}
### SecurityDetailsAsync {/* #api-response-security-details */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.61</font><x-search>apiResponse.SecurityDetailsAsync</x-search>

Expand Down Expand Up @@ -156,7 +156,7 @@ await ApiResponse.SecurityDetailsAsync();

---

### ServerAddrAsync {#api-response-server-addr}
### ServerAddrAsync {/* #api-response-server-addr */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.61</font><x-search>apiResponse.ServerAddrAsync</x-search>

Expand All @@ -178,7 +178,7 @@ await ApiResponse.ServerAddrAsync();

---

### Status {#api-response-status}
### Status {/* #api-response-status */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.Status</x-search>

Expand All @@ -195,7 +195,7 @@ ApiResponse.Status

---

### StatusText {#api-response-status-text}
### StatusText {/* #api-response-status-text */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.StatusText</x-search>

Expand All @@ -212,7 +212,7 @@ ApiResponse.StatusText

---

### TextAsync {#api-response-text}
### TextAsync {/* #api-response-text */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.TextAsync</x-search>

Expand All @@ -229,7 +229,7 @@ await ApiResponse.TextAsync();

---

### Url {#api-response-url}
### Url {/* #api-response-url */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.16</font><x-search>apiResponse.Url</x-search>

Expand Down
4 changes: 2 additions & 2 deletions dotnet/docs/api/class-apiresponseassertions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ExampleTests : PageTest

## Methods

### ToBeOKAsync {#api-response-assertions-to-be-ok}
### ToBeOKAsync {/* #api-response-assertions-to-be-ok */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.18</font><x-search>apiResponseAssertions.ToBeOKAsync</x-search>

Expand All @@ -51,7 +51,7 @@ await Expect(response).ToBeOKAsync();

## Properties

### Not {#api-response-assertions-not}
### Not {/* #api-response-assertions-not */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.20</font><x-search>apiResponseAssertions.Not</x-search>

Expand Down
24 changes: 12 additions & 12 deletions dotnet/docs/api/class-browser.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ await browser.CloseAsync();

## Methods

### BindAsync {#browser-bind}
### BindAsync {/* #browser-bind */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.59</font><x-search>browser.BindAsync</x-search>

Expand Down Expand Up @@ -59,7 +59,7 @@ await Browser.BindAsync(title, options);

---

### BrowserType {#browser-browser-type}
### BrowserType {/* #browser-browser-type */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.23</font><x-search>browser.BrowserType</x-search>

Expand All @@ -76,7 +76,7 @@ Browser.BrowserType

---

### CloseAsync {#browser-close}
### CloseAsync {/* #browser-close */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added before v1.9</font><x-search>browser.CloseAsync</x-search>

Expand Down Expand Up @@ -108,7 +108,7 @@ await Browser.CloseAsync(options);

---

### Contexts {#browser-contexts}
### Contexts {/* #browser-contexts */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added before v1.9</font><x-search>browser.Contexts</x-search>

Expand All @@ -129,7 +129,7 @@ System.Console.WriteLine(browser.Contexts.Count); // prints "1"

---

### IsConnected {#browser-is-connected}
### IsConnected {/* #browser-is-connected */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added before v1.9</font><x-search>browser.IsConnected</x-search>

Expand All @@ -146,7 +146,7 @@ Browser.IsConnected

---

### NewBrowserCDPSessionAsync {#browser-new-browser-cdp-session}
### NewBrowserCDPSessionAsync {/* #browser-new-browser-cdp-session */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.11</font><x-search>browser.NewBrowserCDPSessionAsync</x-search>

Expand All @@ -168,7 +168,7 @@ await Browser.NewBrowserCDPSessionAsync();

---

### NewContextAsync {#browser-new-context}
### NewContextAsync {/* #browser-new-context */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added before v1.9</font><x-search>browser.NewContextAsync</x-search>

Expand Down Expand Up @@ -401,7 +401,7 @@ await browser.CloseAsync();

---

### NewPageAsync {#browser-new-page}
### NewPageAsync {/* #browser-new-page */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added before v1.9</font><x-search>browser.NewPageAsync</x-search>

Expand Down Expand Up @@ -621,7 +621,7 @@ await Browser.NewPageAsync(options);

---

### UnbindAsync {#browser-unbind}
### UnbindAsync {/* #browser-unbind */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.59</font><x-search>browser.UnbindAsync</x-search>

Expand All @@ -638,7 +638,7 @@ await Browser.UnbindAsync();

---

### Version {#browser-version}
### Version {/* #browser-version */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added before v1.9</font><x-search>browser.Version</x-search>

Expand All @@ -657,7 +657,7 @@ Browser.Version

## Events

### event Context {#browser-event-context}
### event Context {/* #browser-event-context */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.60</font><x-search>browser.event Context</x-search>

Expand All @@ -674,7 +674,7 @@ Browser.Context += async (_, browserContext) => {};

---

### event Disconnected {#browser-event-disconnected}
### event Disconnected {/* #browser-event-disconnected */}

<font size="2" style={{position: "relative", top: "-20px"}}>Added before v1.9</font><x-search>browser.event Disconnected</x-search>

Expand Down
Loading
Loading