- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Selenium WebDriver With Java Quickstart.
We can work with Selenium webdriver with Java Quickstart template. This can be done by following the below steps −
Step1− Click on the File menu in Eclipse. Then select the option New. Next click on Other.
Step2− Click on Maven Project from the Maven folder. Then click on Next.
Step3− Proceed with the further steps.
Step4− Select maven-archetype-quickstart template. Then click on Next.
Step5− Add GroupId as Selenium, Artifact Id as Automation-Selenium, and proceed.
Step6− A project should get created with an archetype project structure. The Selenium-related scripts should be written within the src/test/java folder.
- Related Articles
- Switch tabs using Selenium WebDriver with Java.
- Get page title with Selenium WebDriver using Java.
- Capturing browser logs with Selenium WebDriver using Java.
- Clear browser Cookies with Selenium WebDriver Java bindings.
- How to scroll down using Selenium WebDriver with Java?
- How to type in textbox using Selenium WebDriver with Java?
- How to get selected option using Selenium WebDriver with Java?
- How to handle authentication popup with Selenium WebDriver using Java?
- How install Selenium Webdriver with Python?
- How to scroll a specific DIV using Selenium WebDriver with Java?
- How can I close a specific window using Selenium WebDriver with Java?
- How to take screenshot with Selenium WebDriver?
- How to send cookies with selenium webdriver?
- Selenium RC vs Selenium webdriver.
- How to select checkboxes using selenium java webdriver?

Advertisements