我正在尝试将边缘驱动程序添加到我们的自动化测试套件中。我正在这样设置驱动程序:
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)
谢谢。