Skip to content
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

docs(inspector): add initial inspector docs #5541

Merged
merged 1 commit into from Feb 22, 2021

Conversation

pavelfeldman
Copy link
Member

No description provided.


```js
// Pause on the following line.
page.pause();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
page.pause();
await page.pause();

@pavelfeldman pavelfeldman merged commit 65bf44d into microsoft:master Feb 22, 2021
@haikyuu
Copy link

haikyuu commented Feb 22, 2021

@pavelfeldman I tried using page.pause() but I get page.pause is not a function

I'm using

    "@playwright/test": "^0.180.0",
    "playwright": "^1.8.1",
    "playwright-cli": "^0.180.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants