0

我是 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'

浏览器 = Watir::Browser.new(:chrome, 'chromeOptions' => {'debuggerAddress': '127.0.0.1:8081'})

在此处输入图像描述

4

0 回答 0