I am doing web scraping and I am pulling a description from different pages. It sometimes only shows a preview of the description. There is a button on some pages called “show more” for longer descriptions that you click and it shows the rest of the description. I tried making a Try Catch to click “show more” so that is it does not exist it will just continue to scraping the description.
Why am I getting this error that it cannot find the element. Shouldnt the script just continue if it does not exist?