@Grapes([
@Grab("org.codehaus.geb:geb-core:0.7.2"),
@Grab("org.seleniumhq.selenium:selenium-firefox-driver:2.25.0"),
@Grab("org.seleniumhq.selenium:selenium-support:2.25.0")
])
import geb.Browser
import org.openqa.selenium.firefox.FirefoxDriver
Browser.drive {
go "http://www.asu.edu/"
$("li a").each { a ->
println(a.text())
}
}
我正在尝试使用该框架a
从网页中获取所有链接(由标签表示)。Geb
但我未能在下拉列表中捕获这些链接。以这个页面为例,我无法在Colleges & Schools
和下捕获下拉列表Map & Locations
。在上面代码的输出中,下拉列表中的每一项都是占一行的“空字符串”。输出的开始部分如下:
SIGN IN
ASU Home
My ASU
Colleges & Schools
Map & Locations
Contact ASU
Freshman
Transfer
Graduate
International
Military | Veteran
Home-Educated
Online
Prospective Students