This is test

This is test

This is test


This is test


This is test


This is test


This is test

This is test

This is test
  • This is test
  1. This is test
This is test
This is test
This is test






public List<string> ReturnMetaDataInfo
        {
            get
            {
                List<string> metaDataInfo = new List<string>();
                var metaData = GetWebElementList<IWebElement>(def => def.Find("div[class = 'metrics smallgreytext'] span"));               
                foreach(var metaDataInformation in metaData)
                {
                    if(metaDataInformation.InnerText != string.Empty)
                    {
                        var removeNewLine = metaDataInformation.InnerText.Replace("\n", "");
                        metaDataInfo.Add(removeNewLine.Replace(" ", ""));
                    }
                    else
                    {
                        var linkText = GetWebElement<IWebElement>(def => def.Find("div[class = 'metrics smallgreytext'] a"));
                        var removeNewLine = linkText.InnerText.Replace("\n", "");
                        metaDataInfo.Add(removeNewLine.Replace(" ",""));
                    }
                }
                return metaDataInfo;
            }
        }


Google

 Test1 Test2 Test3 
 R1 R2 R3 
 R4  R5   R6 




Leave a Comment
  • Please add 3 and 5 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • This is the test comment

  • This is the test comment 2

Page 1 of 1 (2 items)