Example #1
0
        public void DeleteFromFovourites()
        {
            string colorOfLikeButton = LikeButton.GetCssValue("style");

            if (colorOfLikeButton == "color:red;")
            {
                LikeButton.Click();
            }
        }
Example #2
0
        public void SaveToFavourites()
        {
            string colorOfLikeButton = LikeButton.GetCssValue("style");

            if (colorOfLikeButton == "color:black;")
            {
                LikeButton.Click();
            }
        }