Skip to content

Instantly share code, notes, and snippets.

@cori
Created October 24, 2012 15:15
Show Gist options
  • Save cori/3946687 to your computer and use it in GitHub Desktop.
Save cori/3946687 to your computer and use it in GitHub Desktop.
Stack trace for Selenium WebDriver CssSelector rejecting attribute values that start with a number
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
at OpenQA.Selenium.Remote.RemoteWebDriver.FindElementByCssSelector(String cssSelector)
at OpenQA.Selenium.By.<>c__DisplayClass1e.<CssSelector>b__1c(ISearchContext context)
at OpenQA.Selenium.By.FindElement(ISearchContext context)
at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(By by)
at SeleniumTests.IWebDriverExtensions.IsElementPresent(IWebDriver driver, By by)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment