Hi Tarun,
I would like to select the source code window after clicking on an object. But i am unable to select. The process i followed is
1.selenium.contextMenu(locatoraddress)
2.selenium.keyPress(locatoraddress,"v")
Here the source code opens. Now i would like select the source code window. I am getting all the windowIDs, WindowNames,WindowTitles. But all these gives only the parent window Id, name and title respectively. Could you provide me the solution.
In order to get the html source of that chart i need to select that source window of that chart right? and one more thing it is not giving any html source for that chart when i use getHTMLSource() method.
Well in that case, using selenium to bring control on source code window is not going to solve you problem.
I suppose you should talk to your development team on it.