コード例 #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
ファイル: MatrixPage.cs プロジェクト: WyattC16/MusicSetTheory
 public MatrixPage(MasterPage parent) : base(parent, By.XPath(".//div[@id=\"matrix\"]"))
 {
 }
コード例 #4
0
ファイル: SideBar.cs プロジェクト: WyattC16/MusicSetTheory
 public SideBar(MasterPage parent) :
     base(parent, By.XPath(".//div[@class=\"sidebar\"]"))
 {
 }
コード例 #5
0
ファイル: SetsPage.cs プロジェクト: WyattC16/MusicSetTheory
 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
ファイル: HomePage.cs プロジェクト: WyattC16/MusicSetTheory
 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\"]"))
 {
 }