What Are Different Types Of Exceptions You Have Faced In Realtime With Selenium WebDriver

preview_player
Показать описание
This is one of the real time interview question where you need to explain different types of exceptions you have faced in realtime with Selenium webDriver.
Official Link

Checkout our free and paid courses

Connect with us:
Рекомендации по теме
Комментарии
Автор

1) ScreenshotException comes up when Selenium tries to capture a screenshot but fails to capture the screenshot.
2) JavascriptException comes up when there is an error executing JavaScript code via executeScript() method.

shreyanshjain
Автор

An error occurred while executing java script, mostly will get JavascriptException.when ever interact with screen shot utility or screen capture was not made that time will get ScreenshotException.

ravikumarp