Watir的实现基于WebDriver的Ruby绑定。查看介绍邮件
示例:
require 'watir-webdriver'browser = Watir::Browser.ew :firefoxbrowser.goto "https://google.com"browser.text_field(ame: 'q').set("WebDriver rocks!")browser.butto(ame: 'btG').clickputs browser.urlbrowser.close开源地址
https://github.com/watir/watir-webdriver授权协议
MIT
Watir的实现基于WebDriver的Ruby绑定。查看介绍邮件
示例:
require 'watir-webdriver'browser = Watir::Browser.ew :firefoxbrowser.goto "https://google.com"browser.text_field(ame: 'q').set("WebDriver rocks!")browser.butto(ame: 'btG').clickputs browser.urlbrowser.closeWatir的实现基于WebDriver的Ruby绑定。查看介绍邮件 示例: require 'watir-webdriver'
browser = Watir::Browser.new :...
评论