@Retention(value=RUNTIME) public @interface PageUrl
public abstract String value
For example :
@PageUrl("/index.html") should redirect to baseUrl + "/index.html"
@PageUrl("http://example.com") should redirect to "http://example.com"
Copyright © 2016 FluentLenium. All Rights Reserved.