Groovy Documentation

geb.navigator
[Groovy] Class CssSelector

java.lang.Object
  geb.navigator.CssSelector

class CssSelector
extends Object

Property Summary
SelectorType type

String value

 
Constructor Summary
CssSelector()

CssSelector(SelectorType type, String value)

 
Method Summary
List apply(WebElement element, boolean descend)

static List compile(String groupSelector)

static List findByCssSelector(Collection elements, String selectorString)

static boolean matches(WebElement element, String selectorString)

boolean matches(WebElement element)

List select(WebElement element)

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

type

final SelectorType type


value

final String value


 
Constructor Detail

CssSelector

CssSelector()


CssSelector

CssSelector(SelectorType type, String value)


 
Method Detail

apply

List apply(WebElement element, boolean descend)


compile

static List compile(String groupSelector)


findByCssSelector

static List findByCssSelector(Collection elements, String selectorString)


matches

static boolean matches(WebElement element, String selectorString)


matches

boolean matches(WebElement element)


select

List select(WebElement element)


toString

String toString()


 

Groovy API Documentation for geb-core 0.6.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org