Skip to content

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Apr 20, 2020

No description provided.

<br/>

## Pages and frames
## Pages, frames and navigation
Copy link
Member

Choose a reason for hiding this comment

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

I'd leave as is. User will not pick this because they were interested in 'navigation'.

const page = await context.newPage();
```

A page can be used to navigate to URLs and then interact with contents. You don't usually need to worry about navigation and can focus on the interaction.
Copy link
Member

Choose a reason for hiding this comment

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

A page can navigate to

const page = await context.newPage();
```

A page can be used to navigate to URLs and then interact with contents. You don't usually need to worry about navigation and can focus on the interaction.
Copy link
Member

Choose a reason for hiding this comment

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

Drop "You don't usually need to worry about navigation and can focus on the interaction." If I don't need to worry, as you said.


- [class `Page`](./api.md#class-page)
- [class `Frame`](./api.md#class-frame)
- [Navigation and loading](loading.md)
Copy link
Member

Choose a reason for hiding this comment

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

It is very easy for me to assume this is a link to the api.md and never click it. Do "To learn more about page navigation and loading, read this document".

@dgozman
Copy link
Contributor Author

dgozman commented Apr 20, 2020

All done.

@dgozman dgozman merged commit 3485ffb into microsoft:master Apr 20, 2020
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.

2 participants