Selenium C# + LeanFT を使用して Web アプリケーションを自動化しています。Visual Studio でこのエラーが発生することがありますが、その理由はわかりません。誰かが私がこれをどのように処理するかについて光を当てることができますか:
WebDriver Chrome の初期化エラー -> 不明なエラー: 拡張機能の背景ページが読み込まれるのを待つことができませんでした: タイムアウトから chrome-extension://hpoiplhbnkgnpjkkilfahkkcimachkkj/Agent/Ext/bg-loader.html (ドライバー情報: chromedriver=2.37.543627 (63642262d9fb93fb4ab52398be4286d844092a5e) ,platform=Windows NT 10.0.16299 x86_64)Automation.Test.Framework.Models.Exceptions.AtGenericException: WebDriver Chrome の初期化中にエラーが発生しました ---> System.InvalidOperationException: 不明なエラー: 拡張機能の背景ページの読み込みを待機できませんでした: chrome-extensionタイムアウトからの://hpoiplhbnkgnpjkkilfahkkcimachkkj/Agent/Ext/bg-loader.html (ドライバー情報: chromedriver=2.37.543627 (63642262d9fb93fb4ab52398be4286d844092a5e)、プラットフォーム=Windows NT 10.0.16299 x86_64) で OpenQQOpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) での UnpackAndThrowOnError(Response errorResponse) OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities) でのAutomation.Test.Framework.Decorators.ChromeDriverDecorator..ctor(String chromeDriverDirectory, ChromeDriverOptions options) の OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService サービス、ChromeOptions オプション、TimeSpan commandTimeout) の ICommandExecutor commandExecutor、ICapabilities desiredCapabilities)。 Test.Framework.Decorators.AtWebDriver.get_GetDriver() --- 内部例外スタック トレースの終了 --- Symphony.AcceptanceTests の Automation.Test.Framework.Decorators.AtWebDriver.get_GetDriver() で。Hooks.TestHook.RegisterAndInitializeWebDriver() C:\Users\amaddox\Desktop\H\Symphony.AcceptanceTests\Symphony.AcceptanceTests\Hooks\TestHook.cs: 161 行目 lambda_method(Closure , IContextManager ) の TechTalk.SpecFlow.Bindings.BindingInvoker .InvokeBinding(IBinding バインディング、IContextManager contextManager、Object[] 引数、ITestTracer testTracer、TimeSpan& duration) TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.InvokeHook(IBindingInvoker インボーカー、IHookBinding hookBinding、HookType hookType) at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.FireEvents (HookType hookType) の TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.FireScenarioEvents(HookType bindingEvent) の TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.OnScenarioStart(ScenarioInfo scenarioInfo) の TechTalk.SpecFlow.Symphony.AcceptanceTests.Epics.CC_TransitionFiles.Feature._9317_TransitionFilesUploadFeature.ScenarioSetup(ScenarioInfo scenarioInfo) での TestRunner.OnScenarioStart(ScenarioInfo scenarioInfo) \H\Symphony.AcceptanceTests\Symphony.AcceptanceTests\Epics\CC - Transition Files\Feature\9317_TransitionFilesUpload.feature:TechTalk.SpecRun.Framework.TaskExecutors.StaticOrInstanceMethodExecutor.ExecuteInternal(ITestThreadExecutionContext testThreadExecutionContext) の 31 行目 TechTalk.SpecRun.Framework.TaskExecutors .StaticOrInstanceMethodExecutor.Execute(ITestThreadExecutionContext testThreadExecutionContext) TechTalk.SpecRun.Framework.TestAssemblyExecutor で。ExecuteTestNodeTask(TestNode testNode、ITaskExecutor タスク、TraceEventType eventType)