Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TestFX の waitUntil() メソッドを使用して、画面にダイアログが表示されるまで待機しようとしています。Wikiで提供されている例を見つけましたが、うまくいかないようです。誰でもこれを理解するのを手伝ってもらえますか?
以下を使用してこれを解決できました。
import org.hamcrest.Matchers; import org.loadui.testfx.controls.impl.VisibleNodesMatcher; waitUntil(".dialog-pane", Matchers.is(VisibleNodesMatcher.visible()));