Testing window.close Method From Cypress
Theclose()methodclosesawindow.SeeAlso:Theopen()method.Syntax:window.close()Parameters:NONEReturnValue:NONE,一般的窗口关闭的JS如下写法:.window.close().但是呢,chrome,firefox等中有时候会不起作用。改为下面的写法:.window.open(about:blank ...,Inoti...。參考影片的文章的如下: