Selenium Installation Guide 🚀
By Bhau Automation • Complete Setup Tutorial
🎯 What You Will Learn
- Java installation step-by-step
- Setting up environment variables
- Verifying Java installation
- Eclipse IDE installation
- Tools required for Selenium automation
☕ Step 1: Java Installation
Download and install Java (JDK) from the official Oracle website.
- Install JDK latest version
- Note down installation path
⚙️ Step 2: Set Environment Variables
- Create new variable JAVA_HOME → JDK installation path
- Add bin folder path to system Path variable
JAVA_HOME = C:\Program Files\Java\jdk Path = %JAVA_HOME%\bin
✔️ Step 3: Verify Installation
java -version
If Java is installed correctly, it will display version details.
💻 Step 4: Eclipse Installation
- Download Eclipse IDE
- Install and launch Eclipse
- Create new Java project
🛠️ Tools Required for Selenium
- Java (JDK)
- Eclipse / IntelliJ / NetBeans
- Selenium WebDriver libraries
- Browser drivers (ChromeDriver, GeckoDriver)
🎥 Watch Full Video
👉 Watch Complete Installation Tutorial
🎓 Key Takeaways
- Java is mandatory for Selenium with Java
- Environment variables setup is critical
- IDE setup helps in writing automation scripts
- First step for starting automation journey
🚀 Created with ❤️ by Bhau Automation