Once you have Selenium installed, you’re ready to write Selenium code. Eight Basic Components Everything Selenium does is send the browser commands to do something or send requests for information. Most of what you’ll do with Selenium is a combination of these basic commands Click on the link to “View full example on GitHub” to see the code in context. 1. Start the session For more details on starting a session read our documentation on driver sessions