Exemplo n.º 1
0
 public BookFlightPage InputLastName(string lastname)
 {
     LastNameField.Click();
     LastNameField.SendKeys(lastname);
     return(this);
 }
Exemplo n.º 2
0
 public void ClickInputLastNameField(string lastName)
 {
     LastNameField.Click();
     LastNameField.SendKeys(lastName);
 }
Exemplo n.º 3
0
 public void ClickRegisterLastNameField()
 {
     LastNameField.Click();
 }
Exemplo n.º 4
0
 public void ClickLastName()
 {
     LastNameField.Click();
 }