Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

niths09/Selenium_WebTableExtractorScript_Project

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
5 Commits
 
 
 
 

Repository files navigation

HTML Data Extraction

This project demonstrates data extraction from an HTML table on the W3Schools website using Selenium WebDriver. The script automates the process of retrieving company, contact, and country information from the given table, showcasing how to interact with and parse web elements programmatically.

Features

  • Automates navigation to the W3Schools HTML table page.
  • Scrolls to the target table for visibility.
  • Extracts the following columns from the HTML table:
    • Company
    • Contact
    • Country
  • Displays the extracted data in the console in a structured format.
  • Handles table rows dynamically, skipping headers to focus on content rows.

Prerequisites

Ensure you have the following before running the project:

  1. Java Development Kit (JDK) - Version 8 or above.
  2. Google Chrome - Latest stable version.
  3. ChromeDriver - Version compatible with your Chrome browser.
  4. Selenium WebDriver - Included in the project dependencies.

Technologies Used

  • Java - The programming language for the project.
  • Selenium WebDriver - For web element interaction and automation.
  • Google Chrome & ChromeDriver - For browser-based automation.
  • JavaScript Executor - For smooth scrolling to the table.

About

A Selenium-based automation project to extract and validate data from web tables. This project demonstrates how to scrape tabular data from websites and perform basic validations using Java and Selenium WebDriver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.