0 votes
in Selenium by
What is a pause on an exception in Selenium IDE?

1 Answer

0 votes
by

The user can use this feature to handle exceptions by clicking the pause icon on the top right corner of the IDE. When the script finds an exception it pauses at that particular statement and enters a debug mode. The entire test case does not fail and hence the user can rectify the error immediately. 

Related questions

0 votes
asked Mar 21, 2023 in Data Analytics by Robin
+1 vote
asked Oct 9, 2022 in JavaScript by Robin
...