This commit is contained in:
2025-08-13 18:39:23 +09:00
parent 0c190e112f
commit f3715253a8
9 changed files with 450 additions and 382 deletions

View File

@@ -243,7 +243,7 @@ namespace BokBonCheck
try
{
if (SeleniumHelper.IsReady == false) await SeleniumHelper.Download();
_driver = await SeleniumHelper.CreateDriver();
_driver = await SeleniumHelper.CreateDriver(ShowBrowser:showdriver);
Console.WriteLine("NamguLibrarySearcher Driver 초기화 완료");
}
catch (Exception ex)