Showing posts with label Basics. Show all posts
Showing posts with label Basics. Show all posts

Basic Selenium Web Driver Program using Java

                           The most basic thing we have to do is to select an element and display the title of the article or a page.Let us display the title or contents of our website using a simple java program using selenium.
                           You need to know basics of  how to use eclipse and how to add libraries(jar) files to your eclipse Java project.