예제 #1
0
 public VectorsPage(MasterPage parent) : base(parent, By.XPath(".//div[@id=\"vectors\"]"))
 {
 }
예제 #2
0
 public ComplementPage(MasterPage parent) :
     base(parent, By.XPath(".//div[@id=\"complement\"]"))
 {
 }
예제 #3
0
 public MatrixPage(MasterPage parent) : base(parent, By.XPath(".//div[@id=\"matrix\"]"))
 {
 }
예제 #4
0
 public SideBar(MasterPage parent) :
     base(parent, By.XPath(".//div[@class=\"sidebar\"]"))
 {
 }
예제 #5
0
 public SetsPage(MasterPage parent) : base(parent, By.XPath(".//div[@id=\"sets\"]"))
 {
 }
예제 #6
0
 public RowConverterPage(MasterPage parent) :
     base(parent, By.XPath(".//div[@id=\"row-converter\"]"))
 {
 }
예제 #7
0
 public HomePage(MasterPage parent) :
     base(parent, By.XPath(".//div[@id=\"home\"]"))
 {
 }
예제 #8
0
 public IntervalOrderPage(MasterPage parent) :
     base(parent, By.XPath(".//div[@id=\"interval-order\"]"))
 {
 }