What is the difference between Selenium and Selenium WebDriver?

What is the difference between Selenium and Selenium WebDriver?

Selenium WebDriver is a component for Selenium Test Automation tool. Selenium Have 3 Components 1.Selenium IDE - Its a Record and Playback tool which comes as plugins in Chrome,Firefox and Edge browser 2.WebDriver- its a Proramming Interface of Selenium, which supports multiple langauge binding like Java,C# ,Python and JavaScript 3. Selenium GRID - Grid helps to execute selenium test cases in mutiple browsers. Selenium Cloud Grids like LambdaTest provides 3000+ Brower and OS Combinations to execute Selenium Test cases.

Cross Browser Testing in Selenium Step-by-Step [Tutorial] | LambdaTest helps to start with Selenium WebDriver.