I have a FortigateB30 and want to do automation QA using C#.net.
I wrote a c# window application and access the webpage through http:\\192.168.1.99 and try to click the webelement which was found by webspy. The program can't find and show null. the path looks like /frame[2]/body/.... And I checked the webpage direct to 192.168.1.99/index and the html for index is simple with several lines for frame and nothing for body...
How can i go through this bottleneck?
Help and Thanks.