org.openqa.selenium.lift.find
Class PageTitleFinder

java.lang.Object
  extended by org.openqa.selenium.lift.find.BaseFinder<WebElement,WebDriver>
      extended by org.openqa.selenium.lift.find.HtmlTagFinder
          extended by org.openqa.selenium.lift.find.PageTitleFinder
All Implemented Interfaces:
org.hamcrest.SelfDescribing, Finder<WebElement,WebDriver>

public class PageTitleFinder
extends HtmlTagFinder

A Finder for HTML title tags.

Author:
rchatley (Robert Chatley)

Field Summary
 
Fields inherited from class org.openqa.selenium.lift.find.BaseFinder
matchers
 
Method Summary
protected  java.lang.String tagDescription()
           
protected  java.lang.String tagName()
           
static HtmlTagFinder title()
           
static HtmlTagFinder title(java.lang.String title)
           
static HtmlTagFinder titles()
           
 
Methods inherited from class org.openqa.selenium.lift.find.HtmlTagFinder
describeTargetTo, extractFrom, with
 
Methods inherited from class org.openqa.selenium.lift.find.BaseFinder
allMatching, describeTo, findFrom
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

tagName

protected java.lang.String tagName()
Specified by:
tagName in class HtmlTagFinder

tagDescription

protected java.lang.String tagDescription()
Specified by:
tagDescription in class HtmlTagFinder

title

public static HtmlTagFinder title()

title

public static HtmlTagFinder title(java.lang.String title)

titles

public static HtmlTagFinder titles()


Copyright © 2011. All Rights Reserved.