2

UISpyWindows デスクトップ アプリケーションの要素を識別するために使用します。要素の AutomationId を次のように使用します。

WiniumDriver driver = new WiniumDriver(new URL("http://localhost:9999"), option);
driver.findElement(By.id("JavaFX98")).click();

実行中に例外が発生したため、同じ要素を名前でも識別しようとしました:

Exception in thread "main" org.openqa.selenium.NoSuchElementException:
Element cannot be found (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 30.45 seconds
4

0 に答える 0