Used Try and catch block to my automation code, to avoid no such element exception(Selenium Java)
I am writing automation code to scrape datas from google by uploading a excel file and result with excel file. I know it will throw No such element exception, so i used try and catch block. even though i tried it, it throws the same exception. I cant find it anywhere.