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
Cypress CLI Commands
In this post, I will show you how to use Cypress CLI commands in different way. In order to run test on CI servers like Jenkins, Teamcity, Bamboo etc. you need to learn and understand Cypress CLI commands. You can also use them when you run your cypress test from Github actions, Github, Azure DevOps etc. I have a dedicated video on this on my Youtube Channel so please … [Read more...] about Cypress CLI Commands
How to Send report through email in Selenium Webdriver
Do you know that we can send reports through email in Selenium Webdriver with small code with help of additional jars? Today I will show you how you can send reports through email in Selenium Webdriver using simple steps and trust me this is one of the most important features that you should include in your framework as well. It does not matter which framework you are … [Read more...] about How to Send report through email in Selenium Webdriver
How to Explain Test Automation Framework In Interview
If you are attending an interview for the Automation profile then this is going to be the default question for you. In this post, I will guide you How to Explain Test Automation Framework In an Interview for Selenium. There is 2 kind of framework in the market. 1- Free Open Source framework like Serenity, Katalium, Selenide, etc which is designed by set of people and we … [Read more...] about How to Explain Test Automation Framework In Interview
How To Execute Selenium Scripts On Already Opened Browser
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