问题描述
我正在尝试将边缘驱动程序添加到我们的自动化测试套件中。 我正在这样设置驱动程序:
Selenium::WebDriver::Edge::Service.driver_path = EDGEDRIVER_PATH
Watir::browser.new broWSER.to_sym,{:unexpected_alert_behavIoUr => 'ignore',"edgeOptions" => {'w3c' => false,:args => args} }
当我尝试最大化窗口大小时
@browser.window.maximize
我收到此错误:
invalid argument: 'name' must be a string
(Session info: MicrosoftEdge=85.0.564.44)
(Driver info: msedgedriver=85.0.564.44 (3b106b45f8e7cd4c3e2aac5a6ba411645c16df60),platform=Mac OS X 10.14.6 x86_64)
谢谢。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)