You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
await page.screenshot(full_page=True) does not work correctly in playwright, but this is solved by a workaround - you need to set viewport_size to the page height and execute page.screenshot(full_page=False), you will get a screenshot of the whole page, and it will be correct, but it doesn't work in Camoufox (look at "accept cookies").
Describe the bug:
await page.screenshot(full_page=True) does not work correctly in playwright, but this is solved by a workaround - you need to set viewport_size to the page height and execute page.screenshot(full_page=False), you will get a screenshot of the whole page, and it will be correct, but it doesn't work in Camoufox (look at "accept cookies").
Screenshots:
look at "accept cookies"
Camoufox:
Playwright:
To Reproduce:
next bug
if you add scrolling to the code
then on the second iteration of the loop we move not from the beginning of the page, but from the previous offset.
Version:
Pip package: v0.4.8
Camoufox: v133.0-beta.19 (Up to date!)
The text was updated successfully, but these errors were encountered: