問題タブ [leanft]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - LeanFT と Java: Docker コンテナーでテストを実行する
LeanFT と Java: Docker コンテナーでテストを実行する 私の Java ベースの LeanFT テストは、IntelliJ、JUnit、および LeanFT を使用してローカル マシンで正常に動作しています。
Chrome が開き、テストが実行され、すべて問題ありません。
これらのテストを Docker コンテナで実行したいと考えています。
私のテストが単純なナビゲーションのみを行う場合、すべて問題ありません。
Docker が起動し、LeanFt ライセンスを取得して、テストを実行します。
問題:
WebElement をテストに追加しても機能しません (IntelliJ では LeanFT-Runner で機能します)。
このようなもの:
エラーは次のとおりです。
アイデアや実行例はありますか?
selenium - WebDriver Chrome の初期化中にエラーが発生し、拡張機能のバックグラウンドが読み込まれるまで待機できませんでした
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)
java - LeanFt を使用して Editfield が編集可能かどうかをテストする
スパイされた場合、LeanFt のオブジェクト識別センターで Winforms editfield として検出される editfield または textbox があります。編集可能かどうかは、いくつかの前提条件に依存します。再作成する前提条件に応じて、編集フィールドが編集可能かどうかをテストしたいと思います。次のようなことをしたいと思います
ただし、 SDKに isEditable メソッドが見つかりませんでした。これを行う方法を教えてください。
この質問を qa stackexchange に投稿しましたが、応答がなかったため、ここに再度投稿しました。
ありがとう。