View Javadoc

1   package com.atlassian.webdriver.it.pageobjects.page;
2   
3   import com.atlassian.pageobjects.Page;
4   
5   /**
6    * @since 2.1.0
7    */
8   public class ByJqueryPage implements Page
9   {
10      public String getUrl()
11      {
12          return "/html/byjquery.html";
13      }
14  }