Hello Everyone,
Welcome to my channel PriyankaazIT School.
I am sharing this live class session recording where I have covered Selenium WebDriver Introduction along with interface topic.
I hope you will love it.
Sharing Notes:
=============
Selenium WebDriver
================
It is an interface
It is an API for WebUI automation Testing
===========================================
Setup of selenium webDriver into Eclipse
----------------------------------------
1.Using java project
2.Using Maven Project
=======================
Using Java Project
---------------------
1.Create new java project
2.download client library-selnium server jar file https://www.selenium.dev/
3.add jar file to eclipse
right click on project---build path---confugure build path---library
--class path(after jdk 8)---add external jar--add jar--apply--save
4.Download driver files
--------------------------
chrome
------
"C:\selReq\AutoWeekend221\chromedriver.exe"
webdriver.chrome.driver
firefox
-----------
"C:\selReq\AutoWeekend221\geckodriver.exe"
webdriver.gecko.driver
edge
-------
"C:\selReq\AutoWeekend221\msedgedriver.exe"
webdriver.edge.driver
5.Setup driver file path in script
--------------------------------
System.setProperty(key,value)
Keep Learning!
Thanks,
Priyanka