|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.pageobjects.elements.GlobalElementFinder
public class GlobalElementFinder
PageElementFinder for the global search context (whole page).
| Constructor Summary | |
|---|---|
GlobalElementFinder()
|
|
| Method Summary | ||
|---|---|---|
PageElement |
find(org.openqa.selenium.By by)
Creates PageElement implementation
using the specified locator and default timeout. |
|
|
find(org.openqa.selenium.By by,
Class<T> elementClass)
Creates PageElement extension of type T using the specified
locator and default timeout. |
|
|
find(org.openqa.selenium.By by,
Class<T> elementClass,
TimeoutType timeoutType)
Creates PageElement extension of type T using the specified
locator and given timeoutType |
|
PageElement |
find(org.openqa.selenium.By by,
TimeoutType timeoutType)
Creates PageElement implementation
using the specified locator and given timeoutType. |
|
List<PageElement> |
findAll(org.openqa.selenium.By by)
Creates a PageElement for each element that matches the given locator
using default timeout. |
|
|
findAll(org.openqa.selenium.By by,
Class<T> elementClass)
Creates (@Link PageElement) extension of type T for each element that matches the given locator with default timeout |
|
|
findAll(org.openqa.selenium.By by,
Class<T> elementClass,
TimeoutType timeoutType)
Creates (@Link PageElement) extension of type T for each element that matches the given locator with timeoutType |
|
List<PageElement> |
findAll(org.openqa.selenium.By by,
TimeoutType timeoutType)
Creates a PageElement for each element that matches the given locator
using timeoutType. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlobalElementFinder()
| Method Detail |
|---|
public PageElement find(org.openqa.selenium.By by)
PageElementFinderPageElement implementation
using the specified locator and default timeout.
find in interface PageElementFinderby - Locator mechanism to use
public PageElement find(org.openqa.selenium.By by,
TimeoutType timeoutType)
PageElementFinderPageElement implementation
using the specified locator and given timeoutType.
find in interface PageElementFinderby - Locator mechanism to usetimeoutType - timeout for the element's timed operations
public <T extends PageElement> T find(org.openqa.selenium.By by,
Class<T> elementClass)
PageElementFinderPageElement extension of type T using the specified
locator and default timeout.
find in interface PageElementFinderby - Locator mechanism to useelementClass - The class of the element to create
public <T extends PageElement> T find(org.openqa.selenium.By by,
Class<T> elementClass,
TimeoutType timeoutType)
PageElementFinderPageElement extension of type T using the specified
locator and given timeoutType
find in interface PageElementFinderby - Locator mechanism to useelementClass - The class of the element to createtimeoutType - timeout for the element's timed operations
public List<PageElement> findAll(org.openqa.selenium.By by)
PageElementFinderPageElement for each element that matches the given locator
using default timeout.
findAll in interface PageElementFinderby - Locator mechanism to use
public List<PageElement> findAll(org.openqa.selenium.By by,
TimeoutType timeoutType)
PageElementFinderPageElement for each element that matches the given locator
using timeoutType.
findAll in interface PageElementFinderby - Locator mechanism to usetimeoutType - timeout for the element's timed operations
public <T extends PageElement> List<T> findAll(org.openqa.selenium.By by,
Class<T> elementClass)
PageElementFinder
findAll in interface PageElementFinderby - Locator mechanism to useelementClass - The class of the element to create
public <T extends PageElement> List<T> findAll(org.openqa.selenium.By by,
Class<T> elementClass,
TimeoutType timeoutType)
PageElementFinder
findAll in interface PageElementFinderby - Locator mechanism to useelementClass - The class of the element to createtimeoutType - timeout for the element's timed operations
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||