728x90
728x170
using System.Diagnostics;

string keyword = "MAUI Admob";

Process process = new Process();
process.StartInfo.FileName = @"C:\Program Files\Google\Chrome\Application\chrome.exe";
process.StartInfo.Arguments = $"--profile-directory=\"Profile 6\" \"https://www.google.com/search?q={keyword}\"";
process.Start();

실행결과

728x90
그리드형
Posted by kjun
,