Beispiel #1
0
        public void SelectToCountry(string toCountry)
        {
            Synchroniser.ElementVisible("#FromInpSel");

            var textToSelect = new SelectElement(sel_FromCountry);

            textToSelect.SelectByText(toCountry);
        }