Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
browser.close(window handle)- 我试过这个,但它关闭了整个窗口。
browser.close(window handle)
如何使用 web-driver io 从具有多个选项卡的浏览器窗口关闭特定选项卡。我正在研究 chromedriver。
在关闭最后一个浏览器选项卡之前,请确保至少存在一个选项卡。在关闭之前打开一些标签。