[問題] 請問C#輸入關鍵字跳到搜尋google搜尋?

作者: ChenRobert (羅伯陳)   2021-07-18 11:46:17
Process explorer = new Process();
explorer.StartInfo.FileName = "explorer.exe";
explorer.StartInfo.Arguments = @"http://www.google.com.tw/search?=" +
GetString;
explorer.Start();
請問怎麼跳到google 搜尋頁面並且搜尋指定的關鍵字
我怎麼寫都會跳到 我的文件夾
要怎麼修改?
作者: Litfal (Litfal)   2021-07-18 16:01:00
你為何要用Explorer開...FileName直接開網址就好了還有你搜尋字串自己再檢查一下 有少東西
作者: jinmin88 (晝伏夜出)   2021-07-25 02:55:00
要用c#控制網頁行為可以用Selenium library可以下getElementById之類的取到控件再輸入值

Links booklink

Contact Us: admin [ a t ] ucptt.com