Elements Finding In Selenium

In Selenium,Elements will be finding by its Id,Name,Css, Type, Xpath,Value and Link.

Selenium Rc by default will run on the port number 4444.
if selenium needs interact in any application ,we have to create selenium object initially.
Defaultselenium selenium=new Defaultselenium("localhost",4444,"*firefox","http://");.
Always take the commands by using ctrl+space