You need to call launch with disabled signals handling,
browser = await launch(
handleSIGINT=False,
handleSIGTERM=False,
handleSIGHUP=False
)
不知道為什么, 反正能用了.......
You need to call launch with disabled signals handling,
browser = await launch(
handleSIGINT=False,
handleSIGTERM=False,
handleSIGHUP=False
)
不知道為什么, 反正能用了.......