Skip to content

Conversation

@arjunattam
Copy link
Contributor

No description provided.

README.md Outdated

await page.goto('https://www.example.com/');
await page.screenshot({ path: 'example.png' });
browsers.forEach(async browserName => {
Copy link
Member

Choose a reason for hiding this comment

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

Let's use modern api and also not run them in parallel:

for (const browser of ['chromium', 'firefox', 'webkit']) {
...
}

@pavelfeldman pavelfeldman merged commit 834698c into master Jan 24, 2020
@pavelfeldman pavelfeldman deleted the arjun27-patch-1 branch January 24, 2020 20:19
sand4rt pushed a commit to sand4rt/playwright that referenced this pull request Dec 21, 2022
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
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.

3 participants