Exemplo n.º 1
0
        public void ProceedToResults()
        {
            var sportPg = new SportPage();

            sportPg.ClickResultsBtnOnSportPg();
        }
Exemplo n.º 2
0
        public void ProceedToScottishLeague()
        {
            var sportPg = new SportPage();

            sportPg.ClickScotlandLeagueBtnOnSportPg();
        }
Exemplo n.º 3
0
        public void SeeAllMatchesScottishLeague()
        {
            var sportPg = new SportPage();

            sportPg.ClickScotlandPrenAllMatchBtnOnSportPg();
        }
Exemplo n.º 4
0
        public void clickOnMoreBtn()
        {
            var sportPg = new SportPage();

            sportPg.ClickMoreBtnOnSportPg();
        }