Pilot to wait for a selector to be visible #2351
Unanswered
SebastienSyd
asked this question in
Q&A
Replies: 1 comment
-
Could you give a minimal stand-alone working example of the sort of test you're writing? It would be easier to offer suggestions and advice if we can see what you're working with. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using the pilot to validate my Textual app is working correctly with key presses and click. It works wonderfully.
1 thing which is not perfect is that I need to use the
pause()
which lengthens the duration of the tests the more I add. Is there a simple way to basicallywait for a selector to be visible
? That would spare several seconds per test, and avoid false positives when the pause requires - sometimes - to be longer that the static value I setthank you 🙏
Beta Was this translation helpful? Give feedback.
All reactions