Posts by Gledson Santos • 43 points
2 posts
-
2
votes1
answer140
viewsQ: How to identify an http (500) error via the Selenium web driver or javascript
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.…
-
2
votes1
answer390
viewsQ: How to transfer the row of a table in column
I’m breaking my head with a problem, I need the information of a column, built through query, to turn into line (query header). I saw some tutorials and related debts but could not implement: PIVOT…