You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am evaluating qtwebdriver for use with our qml project, and I have built it and gotten simple test cases to work. I am using python selenium at the moment.
However we have some transition animations and I have not found how to properly wait for them (except an ugly and not optimal time.sleep() ). I have tried the existing wait conditions such as visibiliy_of_element_located and element_to_be_clickable but they both trigger before the animation is done.
Do I need some custom wait condition to handle this, or is there some other known way to deal with this? Or possibly some known limitations or issues? Any pointer would be helpful.
The text was updated successfully, but these errors were encountered:
I am evaluating qtwebdriver for use with our qml project, and I have built it and gotten simple test cases to work. I am using python selenium at the moment.
However we have some transition animations and I have not found how to properly wait for them (except an ugly and not optimal time.sleep() ). I have tried the existing wait conditions such as visibiliy_of_element_located and element_to_be_clickable but they both trigger before the animation is done.
Do I need some custom wait condition to handle this, or is there some other known way to deal with this? Or possibly some known limitations or issues? Any pointer would be helpful.
The text was updated successfully, but these errors were encountered: