+91 88606 33966            edu_sales@siriam.in                   Job Opening : On-site Functional Trainer/Instructor | Supply Chain Management (SCM)
Month: August 2025

Installing Minikube

Prerequisites 1. Before installing the minikube it is recommended to install all available updates on your system. 2. Minikube requires either docker or Virtualbox, in this article we will be installing docker on Ubuntu. You can also refer to the official website for installing docker or you can follow the below post. 3. Install the […]

How Selenium Handle Alerts and Pop-ups

In this article, we explored how to handle different types of JavaScript popups — alerts, confirm boxes, and prompt boxes — using Selenium. Each popup requires immediate user interaction and can be managed with driver.switch_to.alert. We used methods like accept(), dismiss(), and send_keys() to interact with these dialogs. Alerts and Popups Demo Alerts and Popups […]

Scroll to top