• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • Programming Languages
    • Java Tutorials
    • Python Tutorials
    • JavaScript Tutorials
  • Automation Tools and Different Tools
    • Web Automation
      • Selenium with Java
        • Selenium Basic
        • Selenium Advance
        • Selenium Realtime
        • Framework
        • Selenium Interview
        • Selenium Videos
        • Selenium with Docker
      • Selenium with Python
      • WebdriverIO
        • Selenium Webdriver C# Tutorial
      • Cypress
      • Playwright
    • TestNG
    • Cucumber
    • Mobile Automation
      • Appium
    • API Testing
      • Postman
      • Rest Assured
      • SOAPUI
    • testRigor
    • Katalon
    • TestProject
    • Serenity BDD
    • Gradle- Build Tool
    • RPA-UiPath
    • Protractor
    • Windows Automation
  • Automation For Manual Testers
  • Services
  • Online Training
  • Contact us
  • About me
  • Follow us
    • Linkedin
    • Facebook Group
    • Facebook Page
    • Instagram

Automation

Selenium WebDriver tutorial Step by Step

Advance Selenium

Handle Authentication Pop Up in Selenium 4 using Chrome DevTools Protocols API

March 9, 2022 by Mukesh Otwani 10 Comments

Handle Authentication Pop Up in Selenium 4 using Chrome DevTools Protocols API

In the past, we have seen different ways to handle authentication in Selenium using AutoIT, Robot Class, and sometimes even using Actions class as well right. In Selenium 4 we have CDP support which allows us the bypass these credentials.   If you are new to Chrome DevTools Protocol then I would recommend you to read official docs which will help you to … [Read more...] about Handle Authentication Pop Up in Selenium 4 using Chrome DevTools Protocols API

How To Execute Selenium Scripts On Already Opened Browser

February 24, 2021 by Mukesh Otwani 46 Comments

There can be many scenarios where you need to run a Selenium test or script on an already opened browser for debugging purposes. If you want to start the Chrome browser in Selenium without any debugging mode then here is the detailed post and video on the same. To start the selenium test on the existing or already opened window we need to use Chrome DevTools … [Read more...] about How To Execute Selenium Scripts On Already Opened Browser

How to capture screenshot for failed test cases in Selenium Webdriver

February 20, 2021 by Mukesh Otwani 69 Comments

Takes screenshot on failure in Selenium WEbdriver

Writing Selenium Webdriver script is not enough everyone can design a script nowadays. We need to design the script in such a way that we can utilize script code as much as possible. This article will talk about the Capture screenshot in selenium for failed test cases. I am a big fan of screenshots in Automation because it helps me a lot to identify the exact … [Read more...] about How to capture screenshot for failed test cases in Selenium Webdriver

How to Scroll into view in Selenium Webdriver

November 10, 2020 by Mukesh Otwani 74 Comments

Scroll into view in Selenium

A few days back when I was automating my application I got one scenario where I had so many scroll bars into the single page itself and I had to scroll all bar one by one to get specific text which I had to validate. It was a little challenging to scroll for each element. In Selenium we can do this with scrollIntoView(true) which can scroll automatically till the specific … [Read more...] about How to Scroll into view in Selenium Webdriver

How to handle calendar in Selenium Webdriver and web table

October 28, 2020 by Mukesh Otwani 45 Comments

JQuery Calendar

In my recent projects, I have handled a web table and calendar multiple times and in this article, I will show you how you can handle the calendar in Selenium Webdriver using the table approach. I will use JQuery Date picker for example but you can take any example because the approach will remain the same. I will be using findElements methods to find all the dates and then … [Read more...] about How to handle calendar in Selenium Webdriver and web table

Next Page »

Primary Sidebar

Free Selenium Videos

https://www.youtube.com/watch?v=w_iPCT1ETO4

Search topic

Top Posts & Pages

  • Selenium Webdriver tutorial for beginners
  • How To Fix Eclipse Autocomplete Or Code Suggestion In Eclipse
  • Selenium Webdriver C# Tutorial
  • WHAT ARE YOUR EXPECTATIONS FROM US?

Stay connected via Facebook

Stay connected via Facebook

Archives

Footer

Categories

Recent Post

  • API Testing Using Postman And RestAssured
  • Disable Personalise Your Web Experience Microsoft Edge Prompt In Selenium
  • How To Fix Error: No tests found In Playwright
  • How To Fix Eclipse Autocomplete Or Code Suggestion In Eclipse
  • Best and easy way to Group test cases in selenium

Top Posts & Pages

  • Selenium Webdriver tutorial for beginners
  • How To Fix Eclipse Autocomplete Or Code Suggestion In Eclipse
  • Selenium Webdriver C# Tutorial
  • WHAT ARE YOUR EXPECTATIONS FROM US?