com.atlassian.selenium
Class XpathHelper

java.lang.Object
  extended by com.atlassian.selenium.XpathHelper

public class XpathHelper
extends Object


Constructor Summary
XpathHelper()
           
 
Method Summary
static void clickButtonWithClass(String className, SeleniumClient client)
           
static void clickElementWithClass(String elementName, String className, SeleniumClient client)
           
static String elementWithClass(String className)
           
static String elementWithClass(String elementName, String className)
           
static String[] getAllMatchingAttributes(String query, String attribute, SeleniumClient client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XpathHelper

public XpathHelper()
Method Detail

clickButtonWithClass

public static void clickButtonWithClass(String className,
                                        SeleniumClient client)

clickElementWithClass

public static void clickElementWithClass(String elementName,
                                         String className,
                                         SeleniumClient client)

elementWithClass

public static String elementWithClass(String className)

elementWithClass

public static String elementWithClass(String elementName,
                                      String className)

getAllMatchingAttributes

public static String[] getAllMatchingAttributes(String query,
                                                String attribute,
                                                SeleniumClient client)


Copyright © 2014 Atlassian. All rights reserved.