mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: fix typo in Core Concepts doc page (#3343)
This commit is contained in:
parent
4ec3290da3
commit
9d543f9446
@ -238,7 +238,7 @@ await page.waitForSelector('#promo', { state: 'detached' });
|
||||
|
||||
## Execution contexts: Node.js and Browser
|
||||
|
||||
Playwright scripts run in your Node.js environment. You page scripts run in the browser page environment. Those environments don't intersect, they are running in different virtual machines in different processes and even potentially on different computers.
|
||||
Playwright scripts run in your Node.js environment. Your page scripts run in the browser page environment. Those environments don't intersect, they are running in different virtual machines in different processes and even potentially on different computers.
|
||||
|
||||
The [`page.evaluate`](https://github.com/microsoft/playwright/blob/master/docs/api.md#pageevaluatepagefunction-arg) API can run a JavaScript function in the context
|
||||
of the web page and bring results back to the Node.js environment. Browser globals like
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user