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