gpt4 book ai didi

javascript - 错误 : "Command "maximizeWindow"is not yet implemented"using webdriverIO v6

转载 作者:行者123 更新时间:2023-12-03 07:08:05 25 4
gpt4 key购买 nike

我在 webdriverIOv5 上有一个项目,我试图将其升级到版本 6。但是当调用 browser.maximizeWindow() 时,我得到这个错误:

ERROR @wdio/sync: Error: Command "maximizeWindow" is not yet implemented

这是我的演示项目 https://github.com/mareru/webdriverIO-shop-demo .
有人知道如何解决这个问题吗?
我确实在 gitter 上找到了一些类似的引用资料,但根据他们的说法,这应该有效。
我不明白我做错了什么。
谢谢!

最佳答案

maximizeWindow 在 chromedriver 从 json wire 切换到 W3C 协议(protocol)并在几个版本前重新实现时被删除。

确保使用最新版本的 chromedriver。您必须根据 https://webdriver.io/docs/selenium-standalone-service.html#configuration 配置 selenium-standalone 服务在你的配置中 https://github.com/mareru/webdriverIO-shop-demo/blob/master/src/wdio.conf.ts#L95

已在我自己的示例存储库中验证 https://gitlab.com/bar_foo/wdio-cucumber-typescript/-/blob/master/config/wdio.CHROME.conf.ts

关于javascript - 错误 : "Command "maximizeWindow"is not yet implemented"using webdriverIO v6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63854911/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com