Automation Testing · Selenium

Top 40 Selenium WebDriver Interview Questions & Answers

Top 40 Selenium WebDriver Interview Questions & Answers 1. What is Selenium WebDriver? Selenium Webdriver is an open-source test tool Supports cross-browser testing Supports scripting in multiple programming languages Supports platform compatibility Interacts directly with the web browser Supports headless browser testing 2. What are the platforms supported by Selenium Webdriver? Windows Mac OS Linux… Continue reading Top 40 Selenium WebDriver Interview Questions & Answers

Automation Testing · Selenium

How to automate two-factor authentication with Google Authenticator using Selenium?

Hello Everyone, in this post will learn about how to automate two-factor authentication with Google authenticator using selenium. What is two-factor authentication? In security domain, there are generally three recognized types of authentication factors. Type 1 : Something you know (such as passwords, PIN) Type 2 : Something you have (such as tokens, keys, smart… Continue reading How to automate two-factor authentication with Google Authenticator using Selenium?

Automation Testing · Cucumber · Selenium

Download ChromeDriver for Mac

In this post, we will learn about how to download ChromeDriver for Mac. Selenium WebDriver is an open source tool for automated testing of web applications across different browsers. It provides capabilities for navigating to web pages, user inputs, user actions, JavaScript execution, and more. But Selenium WebDriver can’t perform the above mentioned actions on… Continue reading Download ChromeDriver for Mac