-
Hi, I have found the function: However this always returns false for the input field below.
How can i find if the checkbox is checked? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @TDroogers, I think you might want to just do |
Beta Was this translation helpful? Give feedback.
Hi @TDroogers, I think you might want to just do
cut.Find("#MockCheckboxId").HasAttribute("cheched")
orcut.Find("#MockCheckboxId").GetAttribute("cheched")
and inspect the value.