I have a link that I need to click on a webpage but it is not visible unless the window is maximized.
I am trying to use the following code:
if imageFound(15,"image0003")
Click "image0004"
end if
Click "Test_2/select_all"
image0003 = minimize/maximize button on an XP machine in the minimized state. That is, it is not full screen. Shows a single window rather than the cascaded ones.
image0004 = same button. In theory, I could use the same image for both, since they are.
select_all is a link I need to select.
I realize I could tab to the link or scroll down. I’d prefer to solve this problem as it is though.
Thanks.