示例#1
0
        static void Main(string[] args)
        {
            listCommerceModel resultList = new listCommerceModel();

            getQuery(resultList.query);
            startBrowser();
            scrapIt(resultList);
        }
示例#2
0
 static public void scrapIt(listCommerceModel resultlist)
 {
     driver.Url = $"https://www.google.com/search?q={resultlist.query.type}+{resultlist.query.localisation}";
 }