标签: ruby macos watir watir-webdriver
安装watir-webdriver以尝试提交如下表单:
watir-webdriver
https://gist.github.com/f46e8a0ed433fdb16371587920ee4b64
我以为我能做到这一点:
require 'watir-webdriver' b = Watir::Browser.new b.goto 'URL' return b.execute_script(validateLoginForm())
不工作。
答案 0 :(得分:0)
这可能很简单:
{{1}}