can i click object if “visibleonscreen” property false even to the object it available on screen
I am using the FullName Of the object from the object spy to perform the click action in TestComplete. However i am not able to preform any action on that object as the VisibleOnScreen property of that object is False, but the object is available on the screen.
if i change the CSS display property in the application code the VisibleOnScreen becomes True and i can get the object highlighted on the screen which was not possible earlier.
Now my question is that is it necessary to that VisibleOnScreen property should be True to perform any action on the object Runtime via automation script or is their any alternative way to click that object runtime even though the VisibleOnScreen property is False. As I have to avoid changes in the application code??
why is the visibleonscreen property false even to the object it available on screen and can be clicked manually.
The Object type in CSS is Glaphycon. i even tried to spy the same type of objects onhttp://getbootstrap.com/components/ in IE
how can i perform the click action on these objects in my automation script?
so may question is that can i click object if "Visibleonscreen" property is false even when the object is available on the screen and visible and can be clicked manually.