gpt4 book ai didi

watir - 从 Watir::Anchor 对象获取实际链接 URL

转载 作者:行者123 更新时间:2023-12-04 01:55:43 24 4
gpt4 key购买 nike

我用 Watir-WebDriver 编写了代码以从表中获取链接:

data.rows.each { |row|
puts row.cell(:index => 2).link
}

当我构建它时它返回这个:

#<Watir::Anchor:0x007fc0f24b6aa8>

如何从中获取实际 URL?

最佳答案

试试这个:

data.rows.each {|row| p row.cell(:index => 2).link.href}

更多信息请访问 http://watir.github.io/watir-webdriver/doc/Watir/Anchor.html

关于watir - 从 Watir::Anchor 对象获取实际链接 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19172231/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com