Bryon Keck

Results 2 issues of Bryon Keck

Configuring a URL with a PATH provides an error, for example: ``` provider "splunk" { url = "https://hostname:443/some/path" auth_token = var.splunk_auth_token insecure_skip_verify = true } ``` Provides the error: ```...

fixes #133 ## Problem The Safeway website's text content occasionally changes case (e.g., "Sign In" vs "Sign in"), causing our Selenium selectors to fail when trying to find and click...