gpt4 book ai didi

ruby - Webdriver Watir Ruby Chrome 版本

转载 作者:数据小太阳 更新时间:2023-10-29 07:31:34 26 4
gpt4 key购买 nike

我想用不同版本的 Chrome 进行测试。您如何使用 Watir 和 Ruby 指向特定的 Chrome 可执行文件/版本?

最佳答案

要使用特定的 Chrome 可执行文件,请指定 Selenium::WebDriver::Chrome.path

require 'watir'

# Note that the path includes the file directory and executable
Selenium::WebDriver::Chrome.path = 'C:/Program Files (x86)/Google/Chrome/Application/Chrome.exe'

browser = Watir::Browser.new :chrome

关于ruby - Webdriver Watir Ruby Chrome 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40877185/

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