Browser Commands In Selenium

1.Start():-To launch the browser.

2.Open():-To open the Url of the Applcation.
3.WindowMaximize():-To maximize the browser.
4.Stop():-To stop te execution of the script.
selenium.stop();
5.Close():-To kill the Browser.