First selenium test case in eclipse

First selenium test case in eclipse You are ready to write your first selenium test case in eclipse after installation and selenium configuration in eclipse. In our first selenium test case, we will see below given points one by one. Launch the browser. Maximize the browser. Navigate to URL. Locate page elements. Perform actions on … Read more

Download eclipse and installation in windows

Download eclipse You can download eclipse from official website. Eclipse IDE is useful to develop applications using Java language. Also you can use it to write and run selenium webdriver test scripts. Let us see how to download eclipse. Go to official eclipse download page. Click on Download button as shown in below given image. … Read more