org.jboss.test.selenium.locator
Class DomLocator
java.lang.Object
org.jboss.test.selenium.locator.AbstractLocator<T>
org.jboss.test.selenium.locator.AbstractElementLocator<DomLocator>
org.jboss.test.selenium.locator.DomLocator
- All Implemented Interfaces:
- ElementLocator<DomLocator>, Locator<DomLocator>
public class DomLocator
- extends AbstractElementLocator<DomLocator>
Find an element by evaluating the specified JavaScript expression.
This allows you to traverse the HTML Document Object Model using JavaScript.
Note that you must not return a value in this expression; simply make it the last expression in the block.
- Version:
- $Revision$
- Author:
- Lukas Fryc
DomLocator
public DomLocator(JavaScript javascriptExpression)
getLocationStrategy
public ElementLocationStrategy getLocationStrategy()
- Description copied from interface:
Locator
- Returns the location strategy for this element
- Returns:
- the location strategy for this element
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.