Ejemplo n.º 1
0
 public String getHomePageDashboardUserName()
 {
     return(homePageUserName.GetText());
 }
Ejemplo n.º 2
0
 //Get the title of Login Page
 public String getLoginTitle()
 {
     return(titleText.GetText());
 }