2
I need to build a script that scans certain pages and locate http errors, specific to 500. I thought about making a Selenium script, but I don’t know a command that I can "read" this kind of error. Can anyone tell me if Selenium has any commands for this, or javascript?
What language are you using to program Selenium?
– Leonel Sanches da Silva
I am using Python
– Gledson Santos