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
Certain assertions will just hang indefinitely if the selector does not return a element. Certain asserts work fine with a selector returning no elements like exists() and doesntExist however 2 that hang that I have tested are attr() and text().
The text was updated successfully, but these errors were encountered:
Yep. This is a big bad bug, it can be solved by checking the return value of the webdriver response, in order to make it work for firefox too, smth. in the firefox driver must be changed. Seems doable but needs a bit of work.
Certain assertions will just hang indefinitely if the selector does not return a element. Certain asserts work fine with a selector returning no elements like exists() and doesntExist however 2 that hang that I have tested are attr() and text().
The text was updated successfully, but these errors were encountered: