from playwright import sync_playwright playwright = sync_playwright().start() ==> AttributeError: 'NoneType' object has no attribute 'fileno' why? Thank you!
from playwright import sync_playwright
playwright = sync_playwright().start()
==>
AttributeError: 'NoneType' object has no attribute 'fileno'
why?
Thank you!