(Windows プレゼンテーション アプリケーション)を使用していくつかのテストを作成しSelenium.Appium.Windows
ました。WPF
テストの実行に使用WinAppDriver
していますが、残念ながら一部の UI テストが以下のエラーで失敗しています。どんなポインタでも大歓迎です。
メッセージ:
System.InvalidOperationException : 指定された検索パラメーターを使用してページ上で要素を見つけることができませんでした。
Result StackTrace:
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
at OpenQA.Selenium.Appium.AppiumDriver`1.FindElement(String by, String value)
at OpenQA.Selenium.Appium.AppiumDriver`1.FindElementByAccessibilityId(String selector)
WinAppDriver
サーバーサーバーとその実行を開始しました
以下は私の環境の詳細です:
WinAppDriver 1.1 version
Window 10 Pro, 32 GB RAM, i7-7500U Processor
NET Core 3.0 SDK