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.
是否可以将 Watir/Waitin 脚本自动翻译成 selenium?问题是 selenium ide 仅适用于 firefox,我需要在 Internet Explorer 上记录。
如果您已经有 Watir 脚本,为什么不将它用于 IE 和 FF?
require 'watir' Watir::Browser.default = "ie" #Watir::Browser.default = "firefox" @browser = Watir::Browser.new
根据您的第一个陈述和 FF/IE 的问题,我没有看到 Selenium 在哪里进入该问题。