|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface NamedUrl
Define the URLs that a given Page Object works with. A Page Object is designed to work with a particular page. This annotation lets you define a URL or a set of URLs that work with a particular page.
| Required Element Summary | |
|---|---|
String |
name
|
String |
url
|
| Element Detail |
|---|
public abstract String name
public abstract String url
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||