Hi, I am working on a automation task to automate some website interaction. But I am not getting how to put error handling for various errors like - element not found, website address not correct, website not responding, no internet connectivity etc. Tried using eval block but it is not catching any errors. Nor the code like
is working in the selenium commands.