Hi Guys,
I’m very new here and was trying to create a project where it can get data from Excel (multiple rows of company names) and store it as a ‘Data table’ and using the stored value - would search specified website to get text from the search result and store it back to original excel file on a next column.
The problem i’m facing is that if a company does not exist on the website the project fails saying - Get Text ‘SPAN’: Could not find the UI element corresponding to this selector.
What can I do to make the project move on to next search storing “search failed” instead of failing the project?