My program will run through a each cell in a timetable, and each cell might have clickable and non-clickable title. If clickable, it will bring us to a new tab and get the title there. But if the title is not clickable. It show error. So, I’m using try catch to solve this problem. But can’t identify what kind of the exception type i should use.
So the order of catch block is also important…as you have kept selectornotfound under system.exception it is not getting caught… please move system.exception to last