Home > Articles posted by Vipul Gupta
FEATURE
on Apr 26, 2023
372 views 26 secs

We often access a website on our browser, which works fine. But when you try to access the same while automating it using Selenium WebDriver, the website is not loaded, and the browser shows a security error like “The connection is not secure” or “This connection is Untrusted.” The reason for this is the missing […]

FEATURE
on Apr 14, 2023
379 views 16 secs

While automating critical applications like banking apps, it’s important to implement error handling and validation checks to ensure that the application is secure and reliable for the bank’s customers. Additionally, clear error messages and notifications should be provided to assist users in troubleshooting the issue. Unforeseen circumstances or anomalies can occur during software development, and […]

FEATURE
on Jan 23, 2023
400 views 30 secs

Webpage automation has been growing extensively, and most of us have worked on it. It is something on which we work almost regularly, automating several scenarios and navigating through many web pages. But do you ever wonder what goes behind the scenes when the webpage is loaded in Selenium WebDriver? We know of a few […]