Example #1
0
        public void SeleniumSearch()
        {
            //Act
            _action = GoogleSearchFactory.Create();
            _googlePage.ActionsForm(_action);

            //Assert
            var actualTitle = Driver.Title;

            Assert.AreEqual("SeleniumHQ Browser Automation", actualTitle);
        }