Skip to content

Commit 316f184

Browse files
committed
fix: English
1 parent bd342da commit 316f184

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/puppeteer_playwright

1 file changed

+1
-1
lines changed

sources/academy/webscraping/puppeteer_playwright/proxies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const browser = await puppeteer.launch({
169169
</TabItem>
170170
</Tabs>
171171

172-
However, authentication parameters need to be passed in separately in order to work. In Puppeteer, the username and password need to be passed into the `page.authenticate()` prior to any navigations being made, while in Playwright they can be passed into the **proxy** option object.
172+
However, authentication parameters need to be passed in separately in order to work. In Puppeteer, the username and password need to be passed to the `page.authenticate()` prior to any navigations being made, while in Playwright they can be passed to the **proxy** option object.
173173

174174
<Tabs groupId="main">
175175
<TabItem value="Playwright" label="Playwright">

0 commit comments

Comments
 (0)