I receive an error when I use [VerifyExists]
on a CheckBox
element, although when I use the XPath
that is generated via the framework i can find the element.
Error message:
Message: OpenQA.Selenium.NoSuchElementException : Unable to locate element: By.XPath: .//*[normalize-space(@id) = 'active-checker']/descendant-or-self::input[@type='checkbox']
Implementation:
[VerifyExists]
[FindById("isCommentRequred-checker")]
public CheckBox<_> RequestsWorklogCommentCheckBox { get; private set; }
Manual search for element: