#35 Playwright with Python | Reuse authenticated state using storage file

preview_player
Показать описание
#playwright
#python
#pytest
Previous Video on Reuse authenticated state:

Рекомендации по теме
Комментарии
Автор

state.json will work only for the particular session? or we can reuse it for different session without doing login in the first testcase?

mahimasuresh
Автор

I have copied your code exactly, but this does not open a new browser for me. It worked great in the previous lesson, opening new tabs. But new browsers do not open, its as if the page gets stuck and doesnt load/deploy a new browser and just sits on the old one

Yoyo-gfoi