Ejemplo n.º 1
0
        public void SelectnIstanbulToBook()
        {
            SpecialOfferPage specialOfferPage = new SpecialOfferPage(driver);

            specialOfferPage.ClickOnIstanbulToBook();
        }
Ejemplo n.º 2
0
        public string AutomaticTextAppearance()
        {
            SpecialOfferPage specialOfferPage = new SpecialOfferPage(driver);

            return(specialOfferPage.AutoFieldDirectionResult());
        }