I have a form that has multiple Fieldsets that contains a legend of inputs for user inputs. The Visible property is, however, not accurate even after I tried using the EnsureVisible function. Also the telerik Scroll bar on the form is unable to be detected by ViewSpy.
I am able to find the Fieldset or Legend i wish to focus by
Code: Select all
WebDocument.FindSingle(".//legend[@inndertext='Section 3']")