-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: further align docs w/ playwright.dev #4866
Conversation
@@ -38,17 +38,18 @@ Playwright is a library to automate [Chromium](https://www.chromium.org/Home), [ | |||
- [Page object models](./pom.md) | |||
1. Integrations | |||
- [Test runners](./test-runners.md) | |||
- [Docker](./docker/README.md) | |||
- [Docker](././docker.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: looks funny, although it does work 😄
| `scrollIntoViewIfNeeded()`<br>`screenshot()` | [Visible]<br>[Stable]<br>[Attached] | | ||
| `selectText()` | [Visible]<br>[Attached] | | ||
| `getAttribute()`<br>`innerText()`<br>`innerHTML()`<br>`textContent()` | [Attached] | | ||
| `check()`<br></br>`click()`<br></br>`dblclick()`<br></br>`tap()`<br></br>`uncheck()` | [Visible]<br></br>[Stable]<br></br>[Enabled]<br></br>[Receiving Events]<br></br>[Attached] | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: <br>
is a self-closing tag, so we might as well not add </br>
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mdx requires it to be xml, not html...
@@ -53,7 +53,7 @@ a Playwright script. Developer tools help to: | |||
* **See console logs** during execution (or learn how to [read logs via API](./verification.md#console-logs)) | |||
* Check **network activity** and other developer tools features | |||
|
|||
<a href="https://user-images.githubusercontent.com/284612/77234134-5f21a500-6b69-11ea-92ec-1c146e1333ec.png"><img src="https://user-images.githubusercontent.com/284612/77234134-5f21a500-6b69-11ea-92ec-1c146e1333ec.png" width="500" alt="Chromium Developer Tools"></a> | |||
<a href="https://user-images.githubusercontent.com/284612/77234134-5f21a500-6b69-11ea-92ec-1c146e1333ec.png"><img src="https://user-images.githubusercontent.com/284612/77234134-5f21a500-6b69-11ea-92ec-1c146e1333ec.png" width="500" alt="Chromium Developer Tools"></img></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<img>
is a self-closing tag as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mdx requires it to be xml, not html...
@pavelfeldman Hello is it possible to browse single page ? This link is broken https://github.com/microsoft/playwright/blob/master/docs/api.md and it was useful and every thing was in 1 page. https://playwright.dev/docs/api/class-page have very little content and searching is hard. If possible can we have one file like api.md? |
No description provided.