watir-classic:附加到现有浏览器获取错误

时间:2018-02-02 05:43:52

标签: ruby watir watir-classic

我是ruby的新手,并试图使用watir-classic附加到现有的浏览器,但是低于异常。

Unable to locate a window with title of Google(Watir::Exception::NoMatchingWindowFoundException). 

而且,我正在尝试使用以下代码:

require 'Watir-classic'
browser = Watir::Browser.attach(:title, 'Google')

我在做什么错了?

我正在使用以下代码尝试'WATIR'

要求'watir'

browser = Watir :: Browser.new(   :铬,   'chromeOptions'=> {'debuggerAddress':'127.0.0.1:8081'})

enter image description here

0 个答案:

没有答案