Todd Ogin
Todd Ogin
``` java for(JsHintResult result : report.getResults()) { output.append("\n"); output.append(getFileFailureMessage((result.getFile()) + "\n")); for(JsHintError error : result.getErrors()) { output.append(getIssueMessage(error.getReason(), error.getEvidence(), error.getLine(), error.getCharacter()) + "\n"); } } ``` The above code block is...
This is the smallest change that addresses the concern in #767 I imagine there's a better fix but this was tested to confirm that it fixes the original issue. I'm...
## Expected Behavior We currently have powershell scripts that call services using a TeamCity configuration parameter for authentication. Yes, it is unencrypted, but it is secure enough (via permissioning) as...
### What happened? My team is planning on upgrading the grid and reviewed the [Getting started with Selenium Grid instructions.](https://www.selenium.dev/documentation/grid/getting_started/) For the two Grid configuration types, it describes sizes of...
Add code samples and file download explanations **Thanks for contributing to the Selenium site and documentation!** **A PR well described will help maintainers to review and merge it quickly** Before...