Replies: 3 comments
-
If you just want to check the attribute you could run a script in the DOM on the element and return a true or false. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mboiman you can try Option1:
Options2:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks I am trying, if I have a solution I will post it |
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
-
Hi, i have a problem with an angular button, wich is disabled. but with attribute and design. not over html
It has this code
<ds-text _ngcontent-ygm-c48="" class="screensize-small style-inherit hydrated" app-disabled="" disabled="true"> text</ds-text>
how can I check with taiko for the status of disabled?
I can find it and highlight it, but no idea how to see the status disabled="true"
Beta Was this translation helpful? Give feedback.
All reactions