I could not click on options under grid frame like - Adjustable WebCombo, Customer Viewer (AJAX) etc,
From the html of page I found that these components are parts of multiple frames so I tried this -
selenium.open("
http://samples.infragistics.com/2006.2/");\\ selenium.selectFrame("contents");\\ selenium.click("//input[@src='/images/new_product.gif']");\\ selenium.waitForPageToLoad("30000");
But it throws exception as - [error] Element //input[@src='/images/new_product.gif'] not found
Is it the same prblem which you also encounter.