• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

SoftwareTestingo - Interview Questions, Tutorial & Test Cases Template Examples

  • Home
  • Interview Questions
  • Java
  • Java Programs
  • Selenium
  • Selenium Programs
  • Manual Testing
  • Test Cases
  • Difference
  • Tools
  • SQL
  • Contact Us
  • Search
SoftwareTestingo » Selenium » Selenium Programs » How to Handle Windows Authentication In Selenium With Example?

How to Handle Windows Authentication In Selenium With Example?

Last Updated on: November 5, 2018 By Softwaretestingo Editorial Board

What We Are Learn On This Post

  • How to Handle Windows Authentication In Selenium With Example?

How to Handle Windows Authentication In Selenium With Example?

This post, we are going to discuss how you can handle the windows authentication

package com.selenium.basics;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class WindowsAuthentication 
{
   public static void main(String[] args) 
   {
      WebDriver driver=new FirefoxDriver();
      driver.get("http://softwaretesting:blog@www.engprod-charter.net/");
   }
}
Read Also: Perform Operation on Active Element

    Filed Under: Selenium Programs

    Reader Interactions

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    Primary Sidebar

    Join SoftwareTestingo Telegram Group

    Categories

    Copyright © 2022 SoftwareTestingo.com ~ Contact Us ~ Sitemap ~ Privacy Policy ~ Testing Careers