コード例 #1
0
ファイル: AddressFormComponent.cs プロジェクト: orest77/Test
 public AddressFormComponent TypeInCityInput(string text)
 {
     CityInput.Click();
     CityInput.Clear();
     CityInput.SendKeys(text);
     return(this);
 }
コード例 #2
0
ファイル: AddressFormComponent.cs プロジェクト: orest77/Test
 public AddressFormComponent ClickCityInput()
 {
     CityInput.Click();
     return(this);
 }