Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

How To Upload A File In Selenium Webdriver

Posted on 02/19/2025 By admin

Hello Folks,

In this post we will learn how can we upload a file using selenium webdriver.

Sometimes we encounter scenarios where we need to upload a file to proceed further. A file upload web elements looks like as below:

You need to click on “Choose File” button which opens up File explorer and you need to select a file from desired location. This is manual process.

How to upload a file using Selenium WebDriver?

Before we learn this, first we will observe html code of file upload web element. Observe below code:

HTML code:

A file upload web element is created using “input” tag with type as “file”. An input tag is used to accept some value or user action. This input tag makes it very simple to upload a file through selenium webdriver. You just need to use sendKeys() method of selenium webdriver and send absolute path of file as argument. Let’s see an example below:

Let’s create a file upload web element in html. Save below code with some name with html extension. Say I give it name as “FileUpload.html”.

When you open in a browser, you will see File Upload web element shown above. When you click on “Choose File” button and select a file to upload, you will notice file name is shown beside “Choose File” button as below:

This means file is uploaded successfully. Now, we will see how to do the same using selenium webdriver. As discussed above, we just need to use sendKeys() method of selenium webdriver and send absolute path of file as argument.

Java code:

Output:
When you will execute above code, you will find that specified file is uploaded successfully.

If you have any doubt, feel free to comment below. If you like my posts, please like, comment, share and subscribe. #ThanksForReading

#HappySelenium

Uncategorized

Post navigation

Previous Post: TestNG Tutorials 58: DataProvider in TestNG – Running Test for Specific Set of Data Provided by DataProvider Method – Dataprovider With Indices
Next Post: Introduction To Swagger API Documentation

Related Posts

REST Assured Tutorial 64 – How to pass value from one API to Another API using TestNG – ITestContext Uncategorized
Singleton Design Pattern In Selenium WebDriver Uncategorized
TestNG Tutorials Uncategorized
How To Handle A Web Table In Selenium Webdriver | Make Selenium Easy Uncategorized
REST Assured Tutorial 48 – How To Pass Headers In Rest Assured Requests Uncategorized
Postman Tutorial Part 19 – Save Response in Collection in Postman Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark