Automation Laboratories
63 subscribers
16 photos
2 videos
98 links
We provide services ๐Ÿ”ถ Software Development ๐Ÿ”ถ DevOps & Agile ๐Ÿ”ถ Automation ๐Ÿ”ถ Testing ๐Ÿ”ถ Mobile ๐Ÿ”ถ Performance ๐Ÿ”ถ Security ๐Ÿ”ถ API ๐Ÿ”ถ ETL ๐Ÿ”ถ AI ๐Ÿ”ถ IOT ๐Ÿ”ถ Auditing ๐Ÿ”ถ AWS ๐Ÿ”ถ Azure cloud ๐Ÿ”ถ AWS ๐Ÿ”ถ Hiring ๐Ÿ”ถ Digital Marketing ๐Ÿ”ถ On-demand Resources
Download Telegram
Selenium Webdriver Exceptions

Most commonly asked questions in an interview what exceptions you get during automation execution?

Article published at Automation Laboratories explaining common exceptions in automation implementation 2 minutes read

https://www.automationlaboratories.com/selenium/selenium-webdriver-exceptions/


When an exception occurs, the normal flow of program halts & an exception object is created. The program then tries to find someone that can handle the raised exception. The exception object contains a lot of debugging information such as method hierarchy, line number where the exception occurred, type of exception etc. The process of creating the exception object and handing it over to run-time environment is called โ€œthrowing the exceptionโ€.
#automation #environment #interview #devops #seleniumautomation #seleniumwebdriver #exceptions #trycatch