コード例 #1
0
 public IMtMerchProductTypesByAspectRatioPage NavigateToProductTypesByAspectRatioPage()
 {
     BtnTableByAspectRatio.Click();
     Console.WriteLine("Navigated to AspectRatioPage by clicking on the ByApectRatio tab");
     return(_aspectRationPage);
 }
コード例 #2
0
 public void ViewTableByAspectRatio()
 {
     BtnTableByAspectRatio.Click();
     Console.WriteLine("Verified AspectRationClick Action ");
 }