Hi,
I'm quite new in using CITS as tool to do UI testing.
So I'm learning how to and to do so, I am trying to build my first cases on a webpage that is common to me (my private router admin page to create an automated script to set my port forwarding rules automatically via CITS).
I managed to find out how to create a script to logon, wait for stuff to appear and to use objectspy to find objects on the page etc.
I managed to automate several steps, but now I seem to get to objects that seem to be hidden on the webpage (menu navigation)
The object <objectname> is recognized by ObjectSpy and when I try to click on it (it is a menu navigation item) I get the above error message that the object seems to be hidden, although it is in fact visually shown at the page and able to click on (manual).
However, via CITS I cannot find any action that results in the click action to be performed and I need it to get further in the navigation and open a maintenance screen.
Any clue how to proceed?
Martin
#newbie