Hello Welcome to Selenium Tutorial, today we are going to discuss how to Handle Exception in Selenium Webdriver without using much code. In Selenium, we are going to face so many exceptions some of them are listed here. Frequent Exceptions in Selenium What is Exception? An exception in Java in an event, which can disturb our program flow or you, can say it can terminate … [Read more...] about How to Handle Exception in Selenium Webdriver
Search Results for: exception
Exceptions in Selenium WebDriver
Before moving to Runtime Exception, you should be aware of Exception meaning. Exception general meaning a condition that is not common, in Exceptions in Selenium WebDriver occurs many times in different scenarios let’s have a look to all exception one by one. Exceptions in Selenium WebDriver NoSuchElementException This exception occurs when … [Read more...] about Exceptions in Selenium WebDriver
Disable Personalise Your Web Experience Microsoft Edge Prompt In Selenium
Automation can add huge ROI when your script is getting executed multiple times across different browsers and different platforms.While running Selenium script on Edge Browser you might come across a prompt like "Personalise your web experience". Today we will discuss How To Disable Personalise your web experience Microsoft Edge Prompt In Selenium. This prompt can create or … [Read more...] about Disable Personalise Your Web Experience Microsoft Edge Prompt In Selenium
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 capture screenshot for failed test cases 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