Using selenium in Java to connect to devices and do some clicking. Problem is sometimes these devices lose power and show page not found. I want it to skip those and continue. How do I get it to continue on with the code?
I have tried to have it look at the title but that didn't work.