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
Hello and thanks for your great library.
I created a simple scenario and I want to know if link is clickable on the page or not, I tried following line of code, but I could not catch the error with try {} catch(e){} block.
awaitclick(link({"data-load": "date-of-work","class": "link-cl active"}),{navigationTimeout: 1000});// Error: Link[data-load="date-of-work"][class*="link-cl active"] not found, run `.trace` for more info.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello and thanks for your great library.
I created a simple scenario and I want to know if link is clickable on the page or not, I tried following line of code, but I could not catch the error with
try {} catch(e){}
block.My question is how I should catch this error?
Beta Was this translation helpful? Give feedback.
All reactions