Posts

1. Selenium Installation process & first code to run

Image
 Selenium Installation Process To install selenium in windows and then execute sample code in chrome browser. Follow the below steps. Step 1: Install JDK from the official website. Select the OS and download the .exe file accordingly. https://www.oracle.com/java/technologies/downloads/ After java installation first set the system variable. To set the system variable 1.1 Open control panel => System & Security => System 1.2 Now, Click on the first advance settings then environment variables. 1.3 Set System variables a) Now copy your java path, where java has been located copy that address. Inside System, click on new and give a copied java path inside variable value and name can be anything. In my folder path is like "C:\Program Files\Java\jdk-17" after giving the path click on OK. Now you have set the system variable.  b) Now have to set bin path for this to follow, Copy bin path inside java folder, In my case path, is like "C:\Program Files\Java\jdk-17\bin...