Hi,
When katalon recorder is automated to open a broken url, it freezes in the next command.
Anyone have any idea how to bypass it and throw a failed result?
Hey Dave @dave.lee, currently, there is no Selenese command to validate whether the URL is broken in the recorder. You can either:
- Import A Custom Test From Selenium IDE to Recorder
- Code a Find Broken Links in Selenium (Follow this guide)
- Import the test to Recorder (Follow this doc)
- Switch to Katalon Studio
- There is a validate URL accessibility command (Check this doc)
1 Like
Many thanks.
Let me try the suggestion that you provided.