|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.alfresco.webdrone.share.search.SearchResultItem
public class SearchResultItem
Holds the information of a search result item. When completing a search the resulting page yeilds results which each indivdual row is represented by SearchResultItem class.
| Constructor Summary | |
|---|---|
SearchResultItem(org.openqa.selenium.WebElement element)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
click()
Select the link of the search result item. |
String |
getTitle()
Title of search result item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SearchResultItem(org.openqa.selenium.WebElement element)
element - WebElement| Method Detail |
|---|
public String getTitle()
public boolean click()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||