i have to use code
this.setUp("http://www.remax.com/", "*firefox");
selenium.open("/404/index.aspx?aspxerrorpath=/public/pages/searchresults.aspx");
slenium.click("link=Find a RE/MAX Office");
selenium.waitForPageToLoad("30000");
selenium.selectFrame("REMAX AGENT SEARCH");
selenium.click("ctl00_PlaceHolderMain_ButtonSearch");
to find source of given url but i have to find only few source because here use java script+Frame+Ajax code
i have to use selenium-server2.0.jar
please help me to get source of url using selenium
Thanks,